<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.36.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.36.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.36.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2022-04-08T20:54:49Z</updated>
<entry>
<title>Git 2.36-rc1</title>
<updated>2022-04-08T20:54:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-08T20:54:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab1f2765f78e75ee51dface57e1071b3b7f42b09'/>
<id>urn:sha1:ab1f2765f78e75ee51dface57e1071b3b7f42b09</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ld/sparse-index-bash-completion'</title>
<updated>2022-04-08T20:53:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-08T20:53:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e7109d5c7c6863be1a0793ffdc64b6dba416a7d5'/>
<id>urn:sha1:e7109d5c7c6863be1a0793ffdc64b6dba416a7d5</id>
<content type='text'>
Test regression fix.

* ld/sparse-index-bash-completion:
  t9902: split test to run on appropriate systems
</content>
</entry>
<entry>
<title>Merge branch 'tl/ls-tree-oid-only'</title>
<updated>2022-04-08T20:53:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-08T20:53:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c42977afe0ee826ec31ac136685fa26a55b08edb'/>
<id>urn:sha1:c42977afe0ee826ec31ac136685fa26a55b08edb</id>
<content type='text'>
Docfix.

* tl/ls-tree-oid-only:
  ls-tree doc: document interaction with submodules
</content>
</entry>
<entry>
<title>t9902: split test to run on appropriate systems</title>
<updated>2022-04-08T19:56:31Z</updated>
<author>
<name>Adam Dinwoodie</name>
<email>adam@dinwoodie.org</email>
</author>
<published>2022-04-08T09:53:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6d340dfaef25453a7d95a3e3960aea06fe69dbdf'/>
<id>urn:sha1:6d340dfaef25453a7d95a3e3960aea06fe69dbdf</id>
<content type='text'>
The "FUNNYNAMES" test prerequisite passes on Cygwin, as the Cygwin
file system interface has a workaround for the underlying operating
system's lack of support for tabs, newlines or quotes.  However, it does
not add support for backslash, which is treated as a directory
separator, meaning one of the tests added by 48803821b1 ("completion:
handle unusual characters for sparse-checkout", 2022-02-07) will fail on
Cygwin.

To avoid this failure while still getting maximal test coverage, split
that test into two: test handling of paths that include tabs on anything
that has the FUNNYNAMES prerequisite, but skip testing handling of paths
that include backslashes unless both FUNNYNAMES is set and the system is
not Cygwin.

It might be nice to have more granularity than "FUNNYNAMES" and its
sibling "FUNNIERNAMES" provide, so that tests could be run based on
specific individual characters supported by the file system being
tested, but that seems like it would make the prerequisite checks in
this area much more verbose for very little gain.

Signed-off-by: Adam Dinwoodie &lt;adam@dinwoodie.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>ls-tree doc: document interaction with submodules</title>
<updated>2022-04-08T18:21:11Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2022-04-08T16:00:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=acd34fd5f60ab01e871dfa3a3bb8b81828ac181d'/>
<id>urn:sha1:acd34fd5f60ab01e871dfa3a3bb8b81828ac181d</id>
<content type='text'>
The ls-tree documentation had never been updated after it learned to
interact with submodules to explicitly mention them. The initial
support was added in f35a6d3bce7 (Teach core object handling functions
about gitlinks, 2007-04-09). E.g. the discussion of --long added in
f35a6d3bce7 (Teach core object handling functions about gitlinks,
2007-04-09) didn't explicitly mention them.

But this documentation added in 455923e0a15 (ls-tree: introduce
"--format" option, 2022-03-23) had no such excuse, and was actively
misleading by providing an exhaustive but incomplete list of object
types we'd emit.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/cat-file-batch-commands'</title>
<updated>2022-04-07T22:04:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-07T22:04:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bf23fe5c37d62f37267d31d4afa1a1444f70cdac'/>
<id>urn:sha1:bf23fe5c37d62f37267d31d4afa1a1444f70cdac</id>
<content type='text'>
Doc fix.

* jc/cat-file-batch-commands:
  Documentation: add --batch-command to cat-file synopsis
</content>
</entry>
<entry>
<title>Documentation: add --batch-command to cat-file synopsis</title>
<updated>2022-04-07T20:31:54Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2022-04-07T19:08:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983'/>
<id>urn:sha1:473fa2df08d9c6e2a4ff81ddc74f53f4b94a7983</id>
<content type='text'>
440c705ea63 (cat-file: add --batch-command mode, 2022-02-18) added
the new option and operating mode without listing it to the synopsis
section.  Fix it.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tz/doc-litdd-fixes'</title>
<updated>2022-04-07T19:23:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-07T19:23:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=07135d6be732aca61dfa77d03a3aa06120767c03'/>
<id>urn:sha1:07135d6be732aca61dfa77d03a3aa06120767c03</id>
<content type='text'>
Documentation markup fix.

* tz/doc-litdd-fixes:
  doc: replace "--" with {litdd} in credential-cache/fsmonitor
</content>
</entry>
<entry>
<title>Merge branch 'js/apply-partial-clone-filters-recursively'</title>
<updated>2022-04-07T19:23:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-07T19:23:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b2a7c2cfcd81ecc38059f7022e0090f2be8b6e83'/>
<id>urn:sha1:b2a7c2cfcd81ecc38059f7022e0090f2be8b6e83</id>
<content type='text'>
Typofix

* js/apply-partial-clone-filters-recursively:
  submodule-helper: fix usage string
</content>
</entry>
<entry>
<title>Merge branch 'tl/ls-tree-oid-only'</title>
<updated>2022-04-07T19:23:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-04-07T19:23:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=77da6db57f90bb0478df4d2a111363c80f0c0748'/>
<id>urn:sha1:77da6db57f90bb0478df4d2a111363c80f0c0748</id>
<content type='text'>
* tl/ls-tree-oid-only:
  git-ls-tree.txt: fix the name of "%(objectsize:padded)"
</content>
</entry>
</feed>
