<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.21.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.21.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.21.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2019-02-07T06:05:31Z</updated>
<entry>
<title>Git 2.21-rc0</title>
<updated>2019-02-07T06:05:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T05:30:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d62dad7a7dca3f6a65162bf0e52cdf6927958e78'/>
<id>urn:sha1:d62dad7a7dca3f6a65162bf0e52cdf6927958e78</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/add-ignore-errors-bit-assignment-fix'</title>
<updated>2019-02-07T06:05:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9293bf6f2ee047596d31010520a62f0559cc6097'/>
<id>urn:sha1:9293bf6f2ee047596d31010520a62f0559cc6097</id>
<content type='text'>
A hotfix to an incomplete fix made earlier.

* jk/add-ignore-errors-bit-assignment-fix:
  add_to_index(): convert forgotten HASH_RENORMALIZE check
</content>
</entry>
<entry>
<title>Merge branch 'rj/sparse-flags'</title>
<updated>2019-02-07T06:05:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fe8e68659d4d9220e15cd9019ef2153f08db4792'/>
<id>urn:sha1:fe8e68659d4d9220e15cd9019ef2153f08db4792</id>
<content type='text'>
Use of the sparse tool got easier to customize from the command
line to help developers.

* rj/sparse-flags:
  Makefile: improve SPARSE_FLAGS customisation
  config.mak.uname: remove obsolete SPARSE_FLAGS setting
</content>
</entry>
<entry>
<title>Merge branch 'bc/fetch-pack-clear-alternate-shallow'</title>
<updated>2019-02-07T06:05:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8f0f46539a8c557985241f3aec7a12bd5f2634c2'/>
<id>urn:sha1:8f0f46539a8c557985241f3aec7a12bd5f2634c2</id>
<content type='text'>
"git fetch" over protocol v2 that needs to make a second connection
to backfill tags did not clear a variable that holds shallow
repository information correctly, leading to an access of freed
piece of memory.

* bc/fetch-pack-clear-alternate-shallow:
  fetch-pack: clear alternate shallow in one more place
  fetch-pack: clear alternate shallow when complete
</content>
</entry>
<entry>
<title>Merge branch 'ma/doc-diff-usage-fix'</title>
<updated>2019-02-07T06:05:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0b5dc59c6b5bea37a425f84e64cd33cd0694a46d'/>
<id>urn:sha1:0b5dc59c6b5bea37a425f84e64cd33cd0694a46d</id>
<content type='text'>
Running "Documentation/doc-diff x" from anywhere other than the
top-level of the working tree did not show the usage string
correctly, which has been fixed.

* ma/doc-diff-usage-fix:
  doc-diff: don't `cd_to_toplevel`
</content>
</entry>
<entry>
<title>Merge branch 'ab/diff-tree-doc-fix'</title>
<updated>2019-02-07T06:05:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9c90dab1b029e2e9a2709f59d808ce4a27d14d53'/>
<id>urn:sha1:9c90dab1b029e2e9a2709f59d808ce4a27d14d53</id>
<content type='text'>
Doc fix.

* ab/diff-tree-doc-fix:
  diff-tree doc: correct &amp; remove wrong documentation
</content>
</entry>
<entry>
<title>Merge branch 'ss/describe-dirty-in-the-right-directory'</title>
<updated>2019-02-07T06:05:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a1e19004e11dcbc0ceebd92c425ceb1770e52d0b'/>
<id>urn:sha1:a1e19004e11dcbc0ceebd92c425ceb1770e52d0b</id>
<content type='text'>
"git --work-tree=$there --git-dir=$here describe --dirty" did not
work correctly as it did not pay attention to the location of the
worktree specified by the user by mistake, which has been
corrected.

* ss/describe-dirty-in-the-right-directory:
  t6120: test for describe with a bare repository
  describe: setup working tree for --dirty
</content>
</entry>
<entry>
<title>Merge branch 'sg/travis-osx-brew-breakage-workaround'</title>
<updated>2019-02-07T06:05:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d219b7f3f97ddbea883af228b9f2d845c9c1d390'/>
<id>urn:sha1:d219b7f3f97ddbea883af228b9f2d845c9c1d390</id>
<content type='text'>
The way the OSX build jobs updates its build environment used the
"--quiet" option to "brew update" command, but it wasn't all that
quiet to be useful.  The use of the option has been replaced with
an explicit redirection to the /dev/null (which incidentally would
have worked around a breakage by recent updates to homebrew, which
has fixed itself already).

* sg/travis-osx-brew-breakage-workaround:
  travis-ci: make the OSX build jobs' 'brew update' more quiet
</content>
</entry>
<entry>
<title>Merge branch 'nd/commit-doc'</title>
<updated>2019-02-07T06:05:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7a15479286f4384df24dd34c38606a3d0625bff8'/>
<id>urn:sha1:7a15479286f4384df24dd34c38606a3d0625bff8</id>
<content type='text'>
Doc update.

* nd/commit-doc:
  git-commit.txt: better description what it does
</content>
</entry>
<entry>
<title>Merge branch 'sl/const'</title>
<updated>2019-02-07T06:05:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-02-07T06:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3a14fdec88125c4fd093f938cf406231b932e3a2'/>
<id>urn:sha1:3a14fdec88125c4fd093f938cf406231b932e3a2</id>
<content type='text'>
Code cleanup.

* sl/const:
  various: tighten constness of some local variables
</content>
</entry>
</feed>
