<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.43.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.43.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.43.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2023-11-08T06:04:42Z</updated>
<entry>
<title>Git 2.43-rc1</title>
<updated>2023-11-08T06:04:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T06:04:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dadef801b365989099a9929e995589e455c51fed'/>
<id>urn:sha1:dadef801b365989099a9929e995589e455c51fed</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tb/rev-list-unpacked-fix'</title>
<updated>2023-11-08T06:04:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T06:04:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8ed4eb753881cf3a695cbe531c22698ca222ff0f'/>
<id>urn:sha1:8ed4eb753881cf3a695cbe531c22698ca222ff0f</id>
<content type='text'>
"git rev-list --unpacked --objects" failed to exclude packed
non-commit objects, which has been corrected.

* tb/rev-list-unpacked-fix:
  pack-bitmap: drop --unpacked non-commit objects from results
  list-objects: drop --unpacked non-commit objects from results
</content>
</entry>
<entry>
<title>Merge branch 'ps/leakfixes'</title>
<updated>2023-11-08T06:04:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T06:04:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c732f7430da8d4dedccd05540eae3dc7421dcdc6'/>
<id>urn:sha1:c732f7430da8d4dedccd05540eae3dc7421dcdc6</id>
<content type='text'>
Leakfix.

* ps/leakfixes:
  setup: fix leaking repository format
  setup: refactor `upgrade_repository_format()` to have common exit
  shallow: fix memory leak when registering shallow roots
  test-bloom: stop setting up Git directory twice
</content>
</entry>
<entry>
<title>Prepare for -rc1</title>
<updated>2023-11-08T02:04:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:03:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=98009afd24e2304bf923a64750340423473809ff'/>
<id>urn:sha1:98009afd24e2304bf923a64750340423473809ff</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/test-i18ngrep'</title>
<updated>2023-11-08T02:04:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a8e2394704d0543f4e1f1ac6ea532d098316d97e'/>
<id>urn:sha1:a8e2394704d0543f4e1f1ac6ea532d098316d97e</id>
<content type='text'>
Another step to deprecate test_i18ngrep.

* jc/test-i18ngrep:
  tests: teach callers of test_i18ngrep to use test_grep
  test framework: further deprecate test_i18ngrep
</content>
</entry>
<entry>
<title>Merge branch 'la/strvec-header-fix'</title>
<updated>2023-11-08T02:04:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca320b256c07157f66aad5e7d23a3b71de6952d5'/>
<id>urn:sha1:ca320b256c07157f66aad5e7d23a3b71de6952d5</id>
<content type='text'>
Code clean-up.

* la/strvec-header-fix:
  strvec: drop unnecessary include of hex.h
</content>
</entry>
<entry>
<title>Merge branch 'bc/merge-file-object-input'</title>
<updated>2023-11-08T02:04:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=259e30d2bb4c74d853f5046aeb835c63b4ec88fd'/>
<id>urn:sha1:259e30d2bb4c74d853f5046aeb835c63b4ec88fd</id>
<content type='text'>
"git merge-file" learns a mode to read three contents to be merged
from blob objects.

* bc/merge-file-object-input:
  merge-file: add an option to process object IDs
  git-merge-file doc: drop "-file" from argument placeholders
</content>
</entry>
<entry>
<title>Merge branch 'kn/rev-list-missing-fix'</title>
<updated>2023-11-08T02:04:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=57e216d03d3f6630771530f9c3feb0aa7f8aaad4'/>
<id>urn:sha1:57e216d03d3f6630771530f9c3feb0aa7f8aaad4</id>
<content type='text'>
"git rev-list --missing" did not work for missing commit objects,
which has been corrected.

* kn/rev-list-missing-fix:
  rev-list: add commit object support in `--missing` option
  rev-list: move `show_commit()` to the bottom
  revision: rename bit to `do_not_die_on_missing_objects`
</content>
</entry>
<entry>
<title>Merge branch 'an/clang-format-typofix'</title>
<updated>2023-11-08T02:04:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fe84aa522896b437ff0c03e60f8ea6a05aeb411d'/>
<id>urn:sha1:fe84aa522896b437ff0c03e60f8ea6a05aeb411d</id>
<content type='text'>
Typofix.

* an/clang-format-typofix:
  clang-format: fix typo in comment
</content>
</entry>
<entry>
<title>Merge branch 'tb/format-pack-doc-update'</title>
<updated>2023-11-08T02:04:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-11-08T02:04:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ed14fa1c2aa0788c1e7bbd7fdbac5edae09679bf'/>
<id>urn:sha1:ed14fa1c2aa0788c1e7bbd7fdbac5edae09679bf</id>
<content type='text'>
Doc update.

* tb/format-pack-doc-update:
  Documentation/gitformat-pack.txt: fix incorrect MIDX documentation
  Documentation/gitformat-pack.txt: fix typo
</content>
</entry>
</feed>
