<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.42.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.42.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.42.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2023-08-04T17:52:31Z</updated>
<entry>
<title>Git 2.42-rc0</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ac83bc5054c2ac489166072334b4147ce6d0fccb'/>
<id>urn:sha1:ac83bc5054c2ac489166072334b4147ce6d0fccb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/branch-in-use-error-message'</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=65e25ae52298e9f1a8c7d94fd0ddffaf30cd944e'/>
<id>urn:sha1:65e25ae52298e9f1a8c7d94fd0ddffaf30cd944e</id>
<content type='text'>
"git branch -f X" to repoint the branch X said that X was "checked
out" in another worktree, even when branch X was not and instead
being bisected or rebased.  The message was reworded to say the
branch was "in use".

* jc/branch-in-use-error-message:
  branch: update the message to refuse touching a branch in-use
</content>
</entry>
<entry>
<title>Merge branch 'hy/blame-in-bare-with-contents'</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f4a7c24c094cff87a4b5a02550b321591d847ca0'/>
<id>urn:sha1:f4a7c24c094cff87a4b5a02550b321591d847ca0</id>
<content type='text'>
"git blame --contents=file" has been taught to work in a bare
repository.

* hy/blame-in-bare-with-contents:
  blame: allow --contents to work with bare repo
</content>
</entry>
<entry>
<title>Merge branch 'jc/parse-options-short-help'</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f9712d75e6389866efbe6ad918dc9773a8a880ad'/>
<id>urn:sha1:f9712d75e6389866efbe6ad918dc9773a8a880ad</id>
<content type='text'>
Command line parser fix, and a small parse-options API update.

* jc/parse-options-short-help:
  short help: allow a gap smaller than USAGE_GAP
  remote: simplify "remote add --tags" help text
  short help: allow multi-line opthelp
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-sent-patch-now-what'</title>
<updated>2023-08-04T17:52:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=23b20fff3ab28b31678d23e67de328ac24801f18'/>
<id>urn:sha1:23b20fff3ab28b31678d23e67de328ac24801f18</id>
<content type='text'>
Process document update.

* jc/doc-sent-patch-now-what:
  MyFirstContribution: refrain from self-iterating too much
</content>
</entry>
<entry>
<title>Merge branch 'la/doc-choose-starting-point-fixup'</title>
<updated>2023-08-04T17:52:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=840affcb8ddfa78e4988c276f98773e40ccba4f4'/>
<id>urn:sha1:840affcb8ddfa78e4988c276f98773e40ccba4f4</id>
<content type='text'>
Clarify how to pick a starting point for a new topic in the
SubmittingPatches document.

* la/doc-choose-starting-point-fixup:
  SubmittingPatches: use of older maintenance tracks is an exception
  SubmittingPatches: explain why 'next' and above are inappropriate base
  SubmittingPatches: choice of base for fixing an older maintenance track
</content>
</entry>
<entry>
<title>Merge branch 'pv/doc-submodule-update-settings'</title>
<updated>2023-08-04T17:52:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a53e8a64884dffb23ea416687ae8fbdaf332641a'/>
<id>urn:sha1:a53e8a64884dffb23ea416687ae8fbdaf332641a</id>
<content type='text'>
Rewrite the description of giving a custom command to the
submodule.&lt;name&gt;.update configuration variable.

* pv/doc-submodule-update-settings:
  doc: highlight that .gitmodules does not support !command
</content>
</entry>
<entry>
<title>Merge branch 'ja/worktree-orphan-fix'</title>
<updated>2023-08-04T17:52:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4d060018467d5a8d05349294baad426d5407414d'/>
<id>urn:sha1:4d060018467d5a8d05349294baad426d5407414d</id>
<content type='text'>
Fix tests with unportable regex patterns.

* ja/worktree-orphan-fix:
  t2400: rewrite regex to avoid unintentional PCRE
  builtin/worktree.c: convert tab in advice to space
  t2400: drop no-op `--sq` from rev-parse call
</content>
</entry>
<entry>
<title>Merge branch 'jc/retire-get-sha1-hex'</title>
<updated>2023-08-04T17:52:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3365e2675e5ac95e0a44665966e8cfbb9433456e'/>
<id>urn:sha1:3365e2675e5ac95e0a44665966e8cfbb9433456e</id>
<content type='text'>
The implementation of "get_sha1_hex()" that reads a hexadecimal
string that spells a full object name has been extended to cope
with any hash function used in the repository, but the "sha1" in
its name survived.  Rename it to get_hash_hex(), a name that is
more consistent within its friends like get_hash_hex_algop().

* jc/retire-get-sha1-hex:
  hex: retire get_sha1_hex()
</content>
</entry>
<entry>
<title>Merge branch 'la/doc-choose-starting-point'</title>
<updated>2023-08-04T17:52:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-08-04T17:52:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dd68b57fc404e9117385879460a63a25f8b3c354'/>
<id>urn:sha1:dd68b57fc404e9117385879460a63a25f8b3c354</id>
<content type='text'>
Clarify how to choose the starting point for a new topic in
developer guidance document.

* la/doc-choose-starting-point:
  SubmittingPatches: simplify guidance for choosing a starting point
  SubmittingPatches: emphasize need to communicate non-default starting points
  SubmittingPatches: de-emphasize branches as starting points
  SubmittingPatches: discuss subsystems separately from git.git
  SubmittingPatches: reword awkward phrasing
</content>
</entry>
</feed>
