<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.38.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.38.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.38.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2022-09-15T23:09:47Z</updated>
<entry>
<title>Git 2.38-rc0</title>
<updated>2022-09-15T23:09:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-15T22:38:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d3fa443f97e3a8d75b51341e2d5bac380b7422df'/>
<id>urn:sha1:d3fa443f97e3a8d75b51341e2d5bac380b7422df</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/proto-v2-ref-prefix-fix'</title>
<updated>2022-09-15T23:09:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-15T23:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca20a44bc5dbed583b355c4a9a3c9ebf901a883d'/>
<id>urn:sha1:ca20a44bc5dbed583b355c4a9a3c9ebf901a883d</id>
<content type='text'>
"git fetch" over protocol v2 sent an incorrect ref prefix request
to the server and made "git pull" with configured fetch refspec
that does not cover the remote branch to merge with fail, which has
been corrected.

* jk/proto-v2-ref-prefix-fix:
  fetch: add branch.*.merge to default ref-prefix extension
  fetch: stop checking for NULL transport-&gt;remote in do_fetch()
</content>
</entry>
<entry>
<title>Merge branch 'rs/add-p-worktree-mode-prompt-fix'</title>
<updated>2022-09-15T23:09:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-15T23:09:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b7f39a3fe6c5e81680594975914106650136eb0b'/>
<id>urn:sha1:b7f39a3fe6c5e81680594975914106650136eb0b</id>
<content type='text'>
Fix another UI regression in the reimplemented "add -p".

* rs/add-p-worktree-mode-prompt-fix:
  add -p: fix worktree patch mode prompts
</content>
</entry>
<entry>
<title>Merge branch 'js/typofix'</title>
<updated>2022-09-15T23:09:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-15T23:09:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ff02db75b5225a1504c42ed842ba03f45866389'/>
<id>urn:sha1:5ff02db75b5225a1504c42ed842ba03f45866389</id>
<content type='text'>
Typofix.

* js/typofix:
  Documentation: fix various repeat word typos
</content>
</entry>
<entry>
<title>Merge branch 'en/remerge-diff-fixes'</title>
<updated>2022-09-15T23:09:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-15T23:09:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d878d83ff06904bedf61c6d04295928e9d048707'/>
<id>urn:sha1:d878d83ff06904bedf61c6d04295928e9d048707</id>
<content type='text'>
Fix a few "git log --remerge-diff" bugs.

* en/remerge-diff-fixes:
  diff: fix filtering of merge commits under --remerge-diff
  diff: fix filtering of additional headers under --remerge-diff
  diff: have submodule_format logic avoid additional diff headers
</content>
</entry>
<entry>
<title>Prepare for 2.38-rc0</title>
<updated>2022-09-14T19:56:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-14T19:56:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=36f8e7ed7d72d2ac73743c3c2226cceb29b32156'/>
<id>urn:sha1:36f8e7ed7d72d2ac73743c3c2226cceb29b32156</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/plug-list-object-filter-leaks'</title>
<updated>2022-09-14T19:56:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-14T19:56:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=08d61c70613fc340d983283fc6c3b2e4059bb58b'/>
<id>urn:sha1:08d61c70613fc340d983283fc6c3b2e4059bb58b</id>
<content type='text'>
The code that manages list-object-filter structure, used in partial
clones, leaked the instances, which has been plugged.

* jk/plug-list-object-filter-leaks:
  prepare_repo_settings(): plug leak of config values
  list_objects_filter_options: plug leak of filter_spec strings
  transport: free filter options in disconnect_git()
  transport: deep-copy object-filter struct for fetch-pack
  list_objects_filter_copy(): deep-copy sparse_oid_name field
</content>
</entry>
<entry>
<title>Merge branch 'ab/submodule-helper-leakfix'</title>
<updated>2022-09-14T19:56:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-14T19:56:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b563638d2cf5d02af72447495a4d4173c6d1cd33'/>
<id>urn:sha1:b563638d2cf5d02af72447495a4d4173c6d1cd33</id>
<content type='text'>
Plugging leaks in submodule--helper.

* ab/submodule-helper-leakfix:
  submodule--helper: fix a configure_added_submodule() leak
  submodule--helper: free rest of "displaypath" in "struct update_data"
  submodule--helper: free some "displaypath" in "struct update_data"
  submodule--helper: fix a memory leak in print_status()
  submodule--helper: fix a leak in module_add()
  submodule--helper: fix obscure leak in module_add()
  submodule--helper: fix "reference" leak
  submodule--helper: fix a memory leak in get_default_remote_submodule()
  submodule--helper: fix a leak with repo_clear()
  submodule--helper: fix "sm_path" and other "module_cb_list" leaks
  submodule--helper: fix "errmsg_str" memory leak
  submodule--helper: add and use *_release() functions
  submodule--helper: don't leak {run,capture}_command() cp.dir argument
  submodule--helper: "struct pathspec" memory leak in module_update()
  submodule--helper: fix most "struct pathspec" memory leaks
  submodule--helper: fix trivial get_default_remote_submodule() leak
  submodule--helper: fix a leak in "clone_submodule"
</content>
</entry>
<entry>
<title>Merge branch 'ab/dedup-config-and-command-docs'</title>
<updated>2022-09-14T19:56:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-14T19:56:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7a54d740451c1438b4db009bf2ebe1669c280ef8'/>
<id>urn:sha1:7a54d740451c1438b4db009bf2ebe1669c280ef8</id>
<content type='text'>
Share the text used to explain configuration variables used by "git
&lt;subcmd&gt;" in "git help &lt;subcmd&gt;" with the text from "git help config".

* ab/dedup-config-and-command-docs:
  docs: add CONFIGURATION sections that fuzzy map to built-ins
  docs: add CONFIGURATION sections that map to a built-in
  log docs: de-duplicate configuration sections
  difftool docs: de-duplicate configuration sections
  notes docs: de-duplicate and combine configuration sections
  apply docs: de-duplicate configuration sections
  send-email docs: de-duplicate configuration sections
  grep docs: de-duplicate configuration sections
  docs: add and use include template for config/* includes
</content>
</entry>
<entry>
<title>Merge branch 'ab/unused-annotation'</title>
<updated>2022-09-14T19:56:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-09-14T19:56:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dd407f1c7c7cce148d7313537494d0bc049ccb0e'/>
<id>urn:sha1:dd407f1c7c7cce148d7313537494d0bc049ccb0e</id>
<content type='text'>
Undoes 'jk/unused-annotation' topic and redoes it to work around
Coccinelle rules misfiring false positives in unrelated codepaths.

* ab/unused-annotation:
  git-compat-util.h: use "deprecated" for UNUSED variables
  git-compat-util.h: use "UNUSED", not "UNUSED(var)"
</content>
</entry>
</feed>
