<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.28.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.28.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.28.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2020-07-09T21:00:45Z</updated>
<entry>
<title>Git 2.28-rc0</title>
<updated>2020-07-09T21:00:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T20:45:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bd42bbe1a46c0fe486fc33e82969275e27e4dc19'/>
<id>urn:sha1:bd42bbe1a46c0fe486fc33e82969275e27e4dc19</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mt/entry-fstat-fallback-fix' into master</title>
<updated>2020-07-09T21:00:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d341042f718ad39eef06ea8715f926eb17181115'/>
<id>urn:sha1:d341042f718ad39eef06ea8715f926eb17181115</id>
<content type='text'>
"git checkout" failed to catch an error from fstat() after updating
a path in the working tree.

* mt/entry-fstat-fallback-fix:
  entry: check for fstat() errors after checkout
</content>
</entry>
<entry>
<title>Merge branch 'ma/rebase-doc-typofix' into master</title>
<updated>2020-07-09T21:00:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3ed0f1e3a17b4fea15ad1e0b0d4c0eb50b23803a'/>
<id>urn:sha1:3ed0f1e3a17b4fea15ad1e0b0d4c0eb50b23803a</id>
<content type='text'>
Typofix.

* ma/rebase-doc-typofix:
  git-rebase.txt: fix description list separator
</content>
</entry>
<entry>
<title>Merge branch 'jn/eject-fetch-write-commit-graph-out-of-experimental' into master</title>
<updated>2020-07-09T21:00:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9850823f06246a235607afd295b1f9381124890e'/>
<id>urn:sha1:9850823f06246a235607afd295b1f9381124890e</id>
<content type='text'>
"fetch.writeCommitGraph" was enabled when "feature.experimental" is
asked for, but it was found to be a bit too risky even for bold
folks in its current shape.  The configuration has been ejected, at
least for now, from the "experimental" feature set.

* jn/eject-fetch-write-commit-graph-out-of-experimental:
  experimental: default to fetch.writeCommitGraph=false
</content>
</entry>
<entry>
<title>Merge branch 'tb/fix-persistent-shallow' into master</title>
<updated>2020-07-09T21:00:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=24ecfdf206ee0e9e01f86d333d90d281fdfd12d0'/>
<id>urn:sha1:24ecfdf206ee0e9e01f86d333d90d281fdfd12d0</id>
<content type='text'>
When "fetch.writeCommitGraph" configuration is set in a shallow
repository and a fetch moves the shallow boundary, we wrote out
broken commit-graph files that do not match the reality, which has
been corrected.

* tb/fix-persistent-shallow:
  commit.c: don't persist substituted parents when unshallowing
</content>
</entry>
<entry>
<title>Merge branch 'ct/diff-with-merge-base-clarification' into master</title>
<updated>2020-07-09T21:00:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=46be023084bd6ce4958f16427da7cdaf91cff205'/>
<id>urn:sha1:46be023084bd6ce4958f16427da7cdaf91cff205</id>
<content type='text'>
Recent update to "git diff" meant as a code clean-up introduced a
bug in its error handling code, which has been corrected.

* ct/diff-with-merge-base-clarification:
  diff: check for merge bases before assigning sym-&gt;base
</content>
</entry>
<entry>
<title>Merge branch 'rs/line-log-until' into master</title>
<updated>2020-07-09T21:00:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=20d451c4dab4e41efb315a4c7f9d1eb2d83c4fc5'/>
<id>urn:sha1:20d451c4dab4e41efb315a4c7f9d1eb2d83c4fc5</id>
<content type='text'>
"git log -Lx,y:path --before=date" lost track of where the range
should be because it didn't take the changes made by the youngest
commits that are omitted from the output into account.

* rs/line-log-until:
  revision: disable min_age optimization with line-log
</content>
</entry>
<entry>
<title>Merge branch 'ra/send-email-in-reply-to-from-command-line-wins' into master</title>
<updated>2020-07-09T21:00:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b7ebe8f0479a75e4a8c6be4976330e461592c1f2'/>
<id>urn:sha1:b7ebe8f0479a75e4a8c6be4976330e461592c1f2</id>
<content type='text'>
"git send-email --in-reply-to=&lt;msg&gt;" did not use the In-Reply-To:
header with the value given from the command line, and let it be
overridden by the value on In-Reply-To: header in the messages
being sent out (if exists).

* ra/send-email-in-reply-to-from-command-line-wins:
  send-email: restore --in-reply-to superseding behavior
</content>
</entry>
<entry>
<title>Merge branch 'vs/completion-with-set-u' into master</title>
<updated>2020-07-09T21:00:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b2b7a5410d811579932a22ff61092780be1f0bb7'/>
<id>urn:sha1:b2b7a5410d811579932a22ff61092780be1f0bb7</id>
<content type='text'>
The command line completion support (in contrib/) used to be
prepared to work with "set -u" but recent changes got a bit more
sloppy.  This has been corrected.

* vs/completion-with-set-u:
  completion: nounset mode fixes
</content>
</entry>
<entry>
<title>Merge branch 'cc/cat-file-usage-update' into master</title>
<updated>2020-07-09T21:00:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-07-09T21:00:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e'/>
<id>urn:sha1:8251695fe72eed0b2ad9c3762ed53e04a7ee4f5e</id>
<content type='text'>
Doc/usage update.

* cc/cat-file-usage-update:
  cat-file: add missing [=&lt;format&gt;] to usage/synopsis
</content>
</entry>
</feed>
