<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/reftable/stack_test.c, branch v2.41.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.41.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.41.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2022-05-20T22:26:59Z</updated>
<entry>
<title>Merge branch 'ep/maint-equals-null-cocci'</title>
<updated>2022-05-20T22:26:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-20T22:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=538dc459a0331c48b893c9f6ca0be5917860bb99'/>
<id>urn:sha1:538dc459a0331c48b893c9f6ca0be5917860bb99</id>
<content type='text'>
Introduce and apply coccinelle rule to discourage an explicit
comparison between a pointer and NULL, and applies the clean-up to
the maintenance track.

* ep/maint-equals-null-cocci:
  tree-wide: apply equals-null.cocci
  tree-wide: apply equals-null.cocci
  contrib/coccinnelle: add equals-null.cocci
</content>
</entry>
<entry>
<title>tree-wide: apply equals-null.cocci</title>
<updated>2022-05-02T17:09:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-02T17:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=72a4ea71e5f29e4078363e87e4471128ff713a62'/>
<id>urn:sha1:72a4ea71e5f29e4078363e87e4471128ff713a62</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hn/reftable-coverity-fixes'</title>
<updated>2022-02-16T23:14:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-02-16T23:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=34230514b83f55ea0f4531e8486533ac5c3e2ffe'/>
<id>urn:sha1:34230514b83f55ea0f4531e8486533ac5c3e2ffe</id>
<content type='text'>
Problems identified by Coverity in the reftable code have been
corrected.

* hn/reftable-coverity-fixes:
  reftable: add print functions to the record types
  reftable: make reftable_record a tagged union
  reftable: remove outdated file reftable.c
  reftable: implement record equality generically
  reftable: make reftable-record.h function signatures const correct
  reftable: handle null refnames in reftable_ref_record_equal
  reftable: drop stray printf in readwrite_test
  reftable: order unittests by complexity
  reftable: all xxx_free() functions accept NULL arguments
  reftable: fix resource warning
  reftable: ignore remove() return value in stack_test.c
  reftable: check reftable_stack_auto_compact() return value
  reftable: fix resource leak blocksource.c
  reftable: fix resource leak in block.c error path
  reftable: fix OOB stack write in print functions
</content>
</entry>
<entry>
<title>reftable: ignore remove() return value in stack_test.c</title>
<updated>2022-01-20T19:31:52Z</updated>
<author>
<name>Han-Wen Nienhuys</name>
<email>hanwen@google.com</email>
</author>
<published>2022-01-20T15:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f5f6a6cd47405f32c0217b980cb8ae1c5cce316c'/>
<id>urn:sha1:f5f6a6cd47405f32c0217b980cb8ae1c5cce316c</id>
<content type='text'>
If the cleanup fails, there is nothing we can do.

Signed-off-by: Han-Wen Nienhuys &lt;hanwen@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>reftable: check reftable_stack_auto_compact() return value</title>
<updated>2022-01-20T19:31:52Z</updated>
<author>
<name>Han-Wen Nienhuys</name>
<email>hanwen@google.com</email>
</author>
<published>2022-01-20T15:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f7445865f260474082c8276dc2175ec23109c424'/>
<id>urn:sha1:f7445865f260474082c8276dc2175ec23109c424</id>
<content type='text'>
Fixes a problem detected by Coverity.

Signed-off-by: Han-Wen Nienhuys &lt;hanwen@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>reftable: support preset file mode for writing</title>
<updated>2021-12-23T20:28:36Z</updated>
<author>
<name>Han-Wen Nienhuys</name>
<email>hanwen@google.com</email>
</author>
<published>2021-12-23T19:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cd1799dea097cee064db1d09966fee88078476e9'/>
<id>urn:sha1:cd1799dea097cee064db1d09966fee88078476e9</id>
<content type='text'>
Create files with mode 0666, so umask works as intended. Provides an override,
which is useful to support shared repos (test t1301-shared-repo.sh).

Signed-off-by: Han-Wen Nienhuys &lt;hanwen@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>reftable: implement stack, a mutable database of reftable files.</title>
<updated>2021-10-08T17:45:48Z</updated>
<author>
<name>Han-Wen Nienhuys</name>
<email>hanwen@google.com</email>
</author>
<published>2021-10-07T20:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e48d427268f965bf381a2f4fa445b5ade7913880'/>
<id>urn:sha1:e48d427268f965bf381a2f4fa445b5ade7913880</id>
<content type='text'>
Signed-off-by: Han-Wen Nienhuys &lt;hanwen@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
