<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.31.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.31.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.31.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2021-02-26T00:43:33Z</updated>
<entry>
<title>Git 2.31-rc0</title>
<updated>2021-02-26T00:43:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:34:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=225365fb5195e804274ab569ac3cc4919451dc7f'/>
<id>urn:sha1:225365fb5195e804274ab569ac3cc4919451dc7f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/push-delete-nothing'</title>
<updated>2021-02-26T00:43:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=140045821aa78da3a80a7d7c8f707b955e1ab40d'/>
<id>urn:sha1:140045821aa78da3a80a7d7c8f707b955e1ab40d</id>
<content type='text'>
"git push $there --delete ''" should have been diagnosed as an
error, but instead turned into a matching push, which has been
corrected.

* jc/push-delete-nothing:
  push: do not turn --delete '' into a matching push
</content>
</entry>
<entry>
<title>Merge branch 'sh/mergetools-vimdiff1'</title>
<updated>2021-02-26T00:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cadae717d557840d3566b7c0fc2003046e08c88f'/>
<id>urn:sha1:cadae717d557840d3566b7c0fc2003046e08c88f</id>
<content type='text'>
Mergetools update.

* sh/mergetools-vimdiff1:
  mergetools/vimdiff: add vimdiff1 merge tool variant
</content>
</entry>
<entry>
<title>Merge branch 'dl/doc-config-camelcase'</title>
<updated>2021-02-26T00:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=09e72204f87db7226af97b12beff6774946af71b'/>
<id>urn:sha1:09e72204f87db7226af97b12beff6774946af71b</id>
<content type='text'>
A handful of multi-word configuration variable names in
documentation that are spelled in all lowercase have been corrected
to use the more canonical camelCase.

* dl/doc-config-camelcase:
  index-format doc: camelCase core.excludesFile
  blame-options.txt: camelcase blame.blankBoundary
  i18n.txt: camel case and monospace "i18n.commitEncoding"
</content>
</entry>
<entry>
<title>Merge branch 'js/params-vs-args'</title>
<updated>2021-02-26T00:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1c8f5dfa422015e3a5a3cebb06d00ba389bd4d33'/>
<id>urn:sha1:1c8f5dfa422015e3a5a3cebb06d00ba389bd4d33</id>
<content type='text'>
Messages update.

* js/params-vs-args:
  replace "parameters" by "arguments" in error messages
</content>
</entry>
<entry>
<title>Merge branch 'ug/doc-commit-approxidate'</title>
<updated>2021-02-26T00:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d228b6b23100b1d2634ee1f9d25f459702cdfc4b'/>
<id>urn:sha1:d228b6b23100b1d2634ee1f9d25f459702cdfc4b</id>
<content type='text'>
Doc update.

* ug/doc-commit-approxidate:
  doc: mention approxidates for git-commit --date
</content>
</entry>
<entry>
<title>Merge branch 'es/maintenance-of-bare-repositories'</title>
<updated>2021-02-26T00:43:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d166e8c1d4cb35dec960c4f69ccc23d2fedb322a'/>
<id>urn:sha1:d166e8c1d4cb35dec960c4f69ccc23d2fedb322a</id>
<content type='text'>
The "git maintenance register" command had trouble registering bare
repositories, which had been corrected.

* es/maintenance-of-bare-repositories:
  maintenance: fix incorrect `maintenance.repo` path with bare repository
</content>
</entry>
<entry>
<title>Merge branch 'mt/add-chmod-fixes'</title>
<updated>2021-02-26T00:43:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f277234860b2e5e142ab72d2c288f6fd94bd2219'/>
<id>urn:sha1:f277234860b2e5e142ab72d2c288f6fd94bd2219</id>
<content type='text'>
Various fixes on "git add --chmod".

* mt/add-chmod-fixes:
  add: propagate --chmod errors to exit status
  add: mark --chmod error string for translation
  add --chmod: don't update index when --dry-run is used
</content>
</entry>
<entry>
<title>Merge branch 'ds/merge-base-independent'</title>
<updated>2021-02-26T00:43:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=48923e83568caa631968b39fd99a75389be0a982'/>
<id>urn:sha1:48923e83568caa631968b39fd99a75389be0a982</id>
<content type='text'>
The code to implement "git merge-base --independent" was poorly
done and was kept from the very beginning of the feature.

* ds/merge-base-independent:
  commit-reach: stale commits may prune generation further
  commit-reach: use heuristic in remove_redundant()
  commit-reach: move compare_commits_by_gen
  commit-reach: use one walk in remove_redundant()
  commit-reach: reduce requirements for remove_redundant()
</content>
</entry>
<entry>
<title>Merge branch 'ah/rebase-no-fork-point-config'</title>
<updated>2021-02-26T00:43:31Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-02-26T00:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=682bbad64d9afd438d9b293c18331c1018672fee'/>
<id>urn:sha1:682bbad64d9afd438d9b293c18331c1018672fee</id>
<content type='text'>
"git rebase --[no-]fork-point" gained a configuration variable
rebase.forkPoint so that users do not have to keep specifying a
non-default setting.

* ah/rebase-no-fork-point-config:
  rebase: add a config option for --no-fork-point
</content>
</entry>
</feed>
