<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.41.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.41.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.41.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2023-05-15T20:59:07Z</updated>
<entry>
<title>Git 2.41-rc0</title>
<updated>2023-05-15T20:59:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:58:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0df2c180904f6b709766f9c24669a9d01543f915'/>
<id>urn:sha1:0df2c180904f6b709766f9c24669a9d01543f915</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ps/fetch-output-format'</title>
<updated>2023-05-15T20:59:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=15ba44f1b4c307d8b2a7810232d902720f039892'/>
<id>urn:sha1:15ba44f1b4c307d8b2a7810232d902720f039892</id>
<content type='text'>
"git fetch" learned the "--porcelain" option that emits what it did
in a machine-parseable format.

* ps/fetch-output-format:
  fetch: introduce machine-parseable "porcelain" output format
  fetch: move option related variables into main function
  fetch: lift up parsing of "fetch.output" config variable
  fetch: introduce `display_format` enum
  fetch: refactor calculation of the display table width
  fetch: print left-hand side when fetching HEAD:foo
  fetch: add a test to exercise invalid output formats
  fetch: split out tests for output format
  fetch: fix `--no-recurse-submodules` with multi-remote fetches
</content>
</entry>
<entry>
<title>Merge branch 'sg/retire-unused-cocci'</title>
<updated>2023-05-15T20:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ef06676c3646271e505c255372b667568faf88f8'/>
<id>urn:sha1:ef06676c3646271e505c255372b667568faf88f8</id>
<content type='text'>
Retire a rather expensive-to-run Coccinelle check patch.

* sg/retire-unused-cocci:
  cocci: remove 'unused.cocci'
</content>
</entry>
<entry>
<title>Merge branch 'sl/diff-files-sparse'</title>
<updated>2023-05-15T20:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ca11547bb10fec0a5cf292de2e2afafcf45ad18'/>
<id>urn:sha1:5ca11547bb10fec0a5cf292de2e2afafcf45ad18</id>
<content type='text'>
Teach "diff-files" not to expand sparse-index unless needed.

* sl/diff-files-sparse:
  diff-files: integrate with sparse index
  t1092: add tests for `git diff-files`
</content>
</entry>
<entry>
<title>Merge branch 'ds/merge-tree-use-config'</title>
<updated>2023-05-15T20:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=80754c5cc05955dd0159fa40d7b82b2802a4deba'/>
<id>urn:sha1:80754c5cc05955dd0159fa40d7b82b2802a4deba</id>
<content type='text'>
Allow git forges to disable replace-refs feature while running "git
merge-tree".

* ds/merge-tree-use-config:
  merge-tree: load default git config
</content>
</entry>
<entry>
<title>Merge branch 'js/subtree-fully-spelt-quiet-and-debug-options'</title>
<updated>2023-05-15T20:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=db13ea835b056afa13ab96c9f96dce011ecc328a'/>
<id>urn:sha1:db13ea835b056afa13ab96c9f96dce011ecc328a</id>
<content type='text'>
"git subtree" (in contrib/) update.

* js/subtree-fully-spelt-quiet-and-debug-options:
  subtree: support long global flags
</content>
</entry>
<entry>
<title>Merge branch 'ar/test-cleanup-unused-file-creation'</title>
<updated>2023-05-15T20:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=85cee30566b26c7463e775e70301ccff52238226'/>
<id>urn:sha1:85cee30566b26c7463e775e70301ccff52238226</id>
<content type='text'>
Test fix.

* ar/test-cleanup-unused-file-creation:
  test: rev-parse-upstream: add missing cmp
</content>
</entry>
<entry>
<title>Merge branch 'jk/test-verbose-no-more'</title>
<updated>2023-05-15T20:59:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5334592b1dfff1756f5857df0e73ea068b835be7'/>
<id>urn:sha1:5334592b1dfff1756f5857df0e73ea068b835be7</id>
<content type='text'>
Retire "verbose" helper function from the test framework.

* jk/test-verbose-no-more:
  t: drop "verbose" helper function
  t7001: use "ls-files --format" instead of "cut"
  t7001: avoid git on upstream of pipe
</content>
</entry>
<entry>
<title>Merge branch 'tl/push-branches-is-an-alias-for-all'</title>
<updated>2023-05-15T20:59:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f37da977232ff490343d480dfbcd6afcc4d5523e'/>
<id>urn:sha1:f37da977232ff490343d480dfbcd6afcc4d5523e</id>
<content type='text'>
"git push --all" gained an alias "git push --branches".

* tl/push-branches-is-an-alias-for-all:
  t5583: fix shebang line
  push: introduce '--branches' option
</content>
</entry>
<entry>
<title>Merge branch 'jc/name-rev-deprecate-stdin-further'</title>
<updated>2023-05-15T20:59:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2023-05-15T20:59:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=be2fd0edb16951959d6e045dce9232650cfeada0'/>
<id>urn:sha1:be2fd0edb16951959d6e045dce9232650cfeada0</id>
<content type='text'>
The "--stdin" option of "git name-rev" has been replaced with
the "--annotate-stdin" option more than a year ago.  We stop
advertising it in the "git name-rev -h" output.

* jc/name-rev-deprecate-stdin-further:
  name-rev: make --stdin hidden
</content>
</entry>
</feed>
