<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.35.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.35.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.35.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2022-01-24T17:25:25Z</updated>
<entry>
<title>Git 2.35</title>
<updated>2022-01-24T17:25:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-24T17:25:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89bece5c8c96f0b962cfc89e63f82d603fd60bed'/>
<id>urn:sha1:89bece5c8c96f0b962cfc89e63f82d603fd60bed</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/branch-track-inherit'</title>
<updated>2022-01-20T23:25:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-20T23:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=297ca895a27a6bbdb7906371d533f72a12ad25b2'/>
<id>urn:sha1:297ca895a27a6bbdb7906371d533f72a12ad25b2</id>
<content type='text'>
"git branch -h" incorrectly said "--track[=direct|inherit]",
implying that "--trackinherit" is a valid option, which has been
corrected.
source: &lt;3de40324bea6a1dd9bca2654721471e3809e87d8.1642538935.git.steadmon@google.com&gt;
source: &lt;c3c26192-aee9-185a-e559-b8735139e49c@web.de&gt;

* js/branch-track-inherit:
  branch,checkout: fix --track documentation
</content>
</entry>
<entry>
<title>branch,checkout: fix --track documentation</title>
<updated>2022-01-20T19:07:51Z</updated>
<author>
<name>René Scharfe</name>
<email>l.s.r@web.de</email>
</author>
<published>2022-01-20T12:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6327f0efed36c64d98a140110171362b7cb75a52'/>
<id>urn:sha1:6327f0efed36c64d98a140110171362b7cb75a52</id>
<content type='text'>
Document that the accepted variants of the --track option are --track,
--track=direct, and --track=inherit.  The equal sign in the latter two
cannot be replaced with whitespace; in general optional arguments need
to be attached firmly to their option.

Put "direct" consistently before "inherit", if only for the reasons
that the former is the default, explained first in the documentation,
and comes before the latter alphabetically.

Mention both modes in the short help so that readers don't have to look
them up in the full documentation.  They are literal strings and thus
untranslatable.  PARSE_OPT_LITERAL_ARGHELP is inferred due to the pipe
and parenthesis characters, so we don't have to provide that flag
explicitly.

Mention that -t has the same effect as --track and --track=direct.
There is no way to specify inherit mode using the short option, because
short options generally don't accept optional arguments.

Signed-off-by: René Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Last minute fixes before -rc1</title>
<updated>2022-01-13T00:27:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-13T00:27:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1ffcbaa1a5f10c9f706314d77f88de20a4a498c2'/>
<id>urn:sha1:1ffcbaa1a5f10c9f706314d77f88de20a4a498c2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.35-rc0</title>
<updated>2022-01-10T19:52:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-10T19:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=90d242d36e248acfae0033274b524bfa55a947fd'/>
<id>urn:sha1:90d242d36e248acfae0033274b524bfa55a947fd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-submitting-patches-choice-of-base'</title>
<updated>2022-01-10T19:52:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-10T19:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=def8c6a05d3e06d70ce71c6f8cd0d2656dd6c966'/>
<id>urn:sha1:def8c6a05d3e06d70ce71c6f8cd0d2656dd6c966</id>
<content type='text'>
Extend the guidance to choose the base commit to build your work
on, and hint/nudge contributors to read others' changes.

* jc/doc-submitting-patches-choice-of-base:
  SubmittingPatchs: clarify choice of base and testing
</content>
</entry>
<entry>
<title>Merge branch 'js/branch-track-inherit'</title>
<updated>2022-01-10T19:52:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-10T19:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0669bdf4ebc095a2b26654292e1ff38245ccf88a'/>
<id>urn:sha1:0669bdf4ebc095a2b26654292e1ff38245ccf88a</id>
<content type='text'>
"git -c branch.autosetupmerge=inherit branch new old" makes "new"
to have the same upstream as the "old" branch, instead of marking
"old" itself as its upstream.

* js/branch-track-inherit:
  config: require lowercase for branch.*.autosetupmerge
  branch: add flags and config to inherit tracking
  branch: accept multiple upstream branches for tracking
</content>
</entry>
<entry>
<title>Merge branch 'ds/fetch-pull-with-sparse-index'</title>
<updated>2022-01-10T19:52:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-10T19:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c0e4178277dee1cdc4607d7277a368379b12b3f'/>
<id>urn:sha1:3c0e4178277dee1cdc4607d7277a368379b12b3f</id>
<content type='text'>
"git fetch" and "git pull" are now declared sparse-index clean.
Also "git ls-files" learns the "--sparse" option to help debugging.

* ds/fetch-pull-with-sparse-index:
  test-read-cache: remove --table, --expand options
  t1091/t3705: remove 'test-tool read-cache --table'
  t1092: replace 'read-cache --table' with 'ls-files --sparse'
  ls-files: add --sparse option
  fetch/pull: use the sparse index
</content>
</entry>
<entry>
<title>The seventh batch</title>
<updated>2022-01-05T22:01:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-05T21:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e83ba647f7c61cf945690d6a0bd8c172a6498dc8'/>
<id>urn:sha1:e83ba647f7c61cf945690d6a0bd8c172a6498dc8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'gh/gpg-doc-markup-fix'</title>
<updated>2022-01-05T22:01:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-01-05T22:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2a6c7f996e85aab2173a378349e8c0d952755686'/>
<id>urn:sha1:2a6c7f996e85aab2173a378349e8c0d952755686</id>
<content type='text'>
Doc markup fix.

* gh/gpg-doc-markup-fix:
  docs: add missing colon to Documentation/config/gpg.txt
</content>
</entry>
</feed>
