<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.29.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.29.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.29.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2020-10-05T21:01:56Z</updated>
<entry>
<title>Git 2.29-rc0</title>
<updated>2020-10-05T21:01:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:00:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d98273ba77e1ab9ec755576bc86c716a97bf59d7'/>
<id>urn:sha1:d98273ba77e1ab9ec755576bc86c716a97bf59d7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nl/credential-crlf'</title>
<updated>2020-10-05T21:01:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=542b3c2573c7682e9ffebe755272c7e39651f9ae'/>
<id>urn:sha1:542b3c2573c7682e9ffebe755272c7e39651f9ae</id>
<content type='text'>
Loosen the parser in the receiving end of the credential protocol
to allow credential helper to terminate lines with CRLF line
ending, as well as LF line ending.

* nl/credential-crlf:
  credential: treat CR/LF as line endings in the credential protocol
</content>
</entry>
<entry>
<title>Merge branch 'sn/fast-import-doc'</title>
<updated>2020-10-05T21:01:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=67af910276596ffeb52462914e695d77e451d2ba'/>
<id>urn:sha1:67af910276596ffeb52462914e695d77e451d2ba</id>
<content type='text'>
Doc update.

* sn/fast-import-doc:
  fast-import: fix typo in documentation
</content>
</entry>
<entry>
<title>Merge branch 'pb/submodule-doc-fix'</title>
<updated>2020-10-05T21:01:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d19e1773cd705b79dcaca25add9aaa7e9debeff'/>
<id>urn:sha1:9d19e1773cd705b79dcaca25add9aaa7e9debeff</id>
<content type='text'>
Doc update.

* pb/submodule-doc-fix:
  gitsubmodules doc: invoke 'ls-files' with '--recurse-submodules'
</content>
</entry>
<entry>
<title>Merge branch 'jk/format-auto-base-when-able'</title>
<updated>2020-10-05T21:01:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5f8c70a14836c730c78533e35401db8269a96aa2'/>
<id>urn:sha1:5f8c70a14836c730c78533e35401db8269a96aa2</id>
<content type='text'>
"git format-patch" learns to take "whenAble" as a possible value
for the format.useAutoBase configuration variable to become no-op
when the  automatically computed base does not make sense.

* jk/format-auto-base-when-able:
  format-patch: teach format.useAutoBase "whenAble" option
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-cc-oidfind-fix'</title>
<updated>2020-10-05T21:01:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7da656f1e083b065400c4ab92405c6332481eb7a'/>
<id>urn:sha1:7da656f1e083b065400c4ab92405c6332481eb7a</id>
<content type='text'>
"log -c --find-object=X" did not work well to find a merge that
involves a change to an object X from only one parent.

* jk/diff-cc-oidfind-fix:
  combine-diff: handle --find-object in multitree code path
</content>
</entry>
<entry>
<title>Merge branch 'jk/refspecs-negative'</title>
<updated>2020-10-05T21:01:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e3ec76a20d6abf5dd8ceb3f5f2c157000e4c13e'/>
<id>urn:sha1:8e3ec76a20d6abf5dd8ceb3f5f2c157000e4c13e</id>
<content type='text'>
"git fetch" and "git push" support negative refspecs.

* jk/refspecs-negative:
  refspec: add support for negative refspecs
</content>
</entry>
<entry>
<title>Merge branch 'rs/archive-add-file'</title>
<updated>2020-10-05T21:01:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f6b06b459092520bd90e5a191589e2d4371ef7d1'/>
<id>urn:sha1:f6b06b459092520bd90e5a191589e2d4371ef7d1</id>
<content type='text'>
"git archive" learns the "--add-file" option to include untracked
files into a snapshot from a tree-ish.

* rs/archive-add-file:
  Makefile: use git-archive --add-file
  archive: add --add-file
  archive: read short blobs in archive.c::write_archive_entry()
</content>
</entry>
<entry>
<title>Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'</title>
<updated>2020-10-05T21:01:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e68f0a4e574f38beeac513e824b685965dda31b7'/>
<id>urn:sha1:e68f0a4e574f38beeac513e824b685965dda31b7</id>
<content type='text'>
The lazy fetching done internally to make missing objects available
in a partial clone incorrectly made permanent damage to the partial
clone filter in the repository, which has been corrected.

* jt/keep-partial-clone-filter-upon-lazy-fetch:
  fetch: do not override partial clone filter
  promisor-remote: remove unused variable
</content>
</entry>
<entry>
<title>Merge branch 'td/submodule-update-quiet'</title>
<updated>2020-10-05T21:01:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-10-05T21:01:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=300cd14ee92eaa0e56688078e967402371488013'/>
<id>urn:sha1:300cd14ee92eaa0e56688078e967402371488013</id>
<content type='text'>
"git submodule update --quiet" did not squelch underlying "rebase"
and "pull" commands.

* td/submodule-update-quiet:
  submodule update: silence underlying merge/rebase with "--quiet"
</content>
</entry>
</feed>
