<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin, branch v2.36.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.36.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.36.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2022-06-08T21:27:53Z</updated>
<entry>
<title>Merge branch 'jc/clone-remote-name-leak-fix' into maint</title>
<updated>2022-06-08T21:27:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-06-08T21:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d2b11e05e0293befe7d6ef58fb4bb0fb65ec468a'/>
<id>urn:sha1:d2b11e05e0293befe7d6ef58fb4bb0fb65ec468a</id>
<content type='text'>
"git clone --origin X" leaked piece of memory that held value read
from the clone.defaultRemoteName configuration variable, which has
been plugged.
source: &lt;xmqqlevl4ysk.fsf@gitster.g&gt;

* jc/clone-remote-name-leak-fix:
  clone: plug a miniscule leak
</content>
</entry>
<entry>
<title>Merge branch 'ds/midx-normalize-pathname-before-comparison' into maint</title>
<updated>2022-06-08T21:27:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-06-08T21:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=67c305f72290312e19113635023fed1e133d4f66'/>
<id>urn:sha1:67c305f72290312e19113635023fed1e133d4f66</id>
<content type='text'>
The path taken by "git multi-pack-index" command from the end user
was compared with path internally prepared by the tool withut first
normalizing, which lead to duplicated paths not being noticed,
which has been corrected.
source: &lt;pull.1221.v2.git.1650911234.gitgitgadget@gmail.com&gt;

* ds/midx-normalize-pathname-before-comparison:
  cache: use const char * for get_object_directory()
  multi-pack-index: use --object-dir real path
  midx: use real paths in lookup_multi_pack_index()
</content>
</entry>
<entry>
<title>Merge branch 'ah/rebase-keep-base-fix' into maint</title>
<updated>2022-06-08T21:27:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-06-08T21:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=363d54ff806097ee01ad0614dda950d0ca88987c'/>
<id>urn:sha1:363d54ff806097ee01ad0614dda950d0ca88987c</id>
<content type='text'>
"git rebase --keep-base &lt;upstream&gt; &lt;branch-to-rebase&gt;" computed the
commit to rebase onto incorrectly, which has been corrected.
source: &lt;20220421044233.894255-1-alexhenrie24@gmail.com&gt;

* ah/rebase-keep-base-fix:
  rebase: use correct base for --keep-base when a branch is given
</content>
</entry>
<entry>
<title>Merge branch 'jc/show-branch-g-current' into maint</title>
<updated>2022-06-08T21:27:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-06-08T21:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c47b89cde6e81e03a642186df90ff8b372a5bcdd'/>
<id>urn:sha1:c47b89cde6e81e03a642186df90ff8b372a5bcdd</id>
<content type='text'>
The "--current" option of "git show-branch" should have been made
incompatible with the "--reflog" mode, but this was not enforced,
which has been corrected.
source: &lt;xmqqh76mf7s4.fsf_-_@gitster.g&gt;

* jc/show-branch-g-current:
  show-branch: -g and --current are incompatible
</content>
</entry>
<entry>
<title>Merge branch 'rs/format-patch-pathspec-fix' into maint</title>
<updated>2022-05-05T21:36:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=676cead4550f4d85f0a841493b74e73b54fd19c0'/>
<id>urn:sha1:676cead4550f4d85f0a841493b74e73b54fd19c0</id>
<content type='text'>
"git format-patch &lt;args&gt; -- &lt;pathspec&gt;" lost the pathspec when
showing the second and subsequent commits, which has been
corrected.
source: &lt;c36896a1-6247-123b-4fa3-b7eb24af1897@web.de&gt;

* rs/format-patch-pathspec-fix:
  2.36 format-patch regression fix
</content>
</entry>
<entry>
<title>Merge branch 'rs/fast-export-pathspec-fix' into maint</title>
<updated>2022-05-05T21:36:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=09a2302c70a2e1023a16980afa920f36e6aa63ac'/>
<id>urn:sha1:09a2302c70a2e1023a16980afa920f36e6aa63ac</id>
<content type='text'>
"git fast-export -- &lt;pathspec&gt;" lost the pathspec when showing the
second and subsequent commits, which has been corrected.
source: &lt;2c988c7b-0efe-4222-4a43-8124fe1a9da6@web.de&gt;

* rs/fast-export-pathspec-fix:
  2.36 fast-export regression fix
</content>
</entry>
<entry>
<title>Merge branch 'jc/show-pathspec-fix' into maint</title>
<updated>2022-05-05T21:36:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8da1481bdcd6c85a0e8839df61a16180b9434f10'/>
<id>urn:sha1:8da1481bdcd6c85a0e8839df61a16180b9434f10</id>
<content type='text'>
"git show &lt;commit1&gt; &lt;commit2&gt;... -- &lt;pathspec&gt;" lost the pathspec
when showing the second and subsequent commits, which has been
corrected.
source: &lt;xmqqo80j87g0.fsf_-_@gitster.g&gt;

* jc/show-pathspec-fix:
  2.36 show regression fix
</content>
</entry>
<entry>
<title>Merge branch 'rs/name-rev-fix-free-after-use' into maint</title>
<updated>2022-05-05T21:36:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ee1268236798402d4d2660df634d6793b27f51d8'/>
<id>urn:sha1:ee1268236798402d4d2660df634d6793b27f51d8</id>
<content type='text'>
Regression fix for 2.36 where "git name-rev" started to sometimes
reference strings after they are freed.

This fixes a regression in 2.36 and is slate to go to 2.36.1
source: &lt;340c8810-d912-7b18-d46e-a9d43f20216a@web.de&gt;

* rs/name-rev-fix-free-after-use:
  Revert "name-rev: release unused name strings"
</content>
</entry>
<entry>
<title>Merge branch 'jc/diff-tree-stdin-fix' into maint</title>
<updated>2022-05-05T21:36:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8e5c46e31571a1b1e88458dacc5d62e9c59eca6f'/>
<id>urn:sha1:8e5c46e31571a1b1e88458dacc5d62e9c59eca6f</id>
<content type='text'>
"diff-tree --stdin" has been broken for about a year, but 2.36
release broke it even worse by breaking running the command with
&lt;pathspec&gt;, which in turn broke "gitk" and got noticed.  This has
been corrected by aligning its behaviour to that of "log".

This fixes a regression in 2.36 and is slate to go to 2.36.1
source: &lt;xmqq7d7bsu2n.fsf@gitster.g&gt;

* jc/diff-tree-stdin-fix:
  2.36 gitk/diff-tree --stdin regression fix
</content>
</entry>
<entry>
<title>Merge branch 'gc/submodule-update-part2' into maint</title>
<updated>2022-05-05T21:36:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-05-05T21:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=899df5f690b23900712b57ff088e450df76f7596'/>
<id>urn:sha1:899df5f690b23900712b57ff088e450df76f7596</id>
<content type='text'>
"git submodule update" without pathspec should silently skip an
uninitialized submodule, but it started to become noisy by mistake.

This fixes a regression in 2.36 and is slate to go to 2.36.1
source: &lt;pull.1258.v2.git.git.1650890741430.gitgitgadget@gmail.com&gt;

* gc/submodule-update-part2:
  submodule--helper: fix initialization of warn_if_uninitialized
</content>
</entry>
</feed>
