<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.22.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.22.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.22.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2019-05-19T07:46:42Z</updated>
<entry>
<title>Git 2.22-rc1</title>
<updated>2019-05-19T07:46:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:46:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6'/>
<id>urn:sha1:aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/difftool-no-index'</title>
<updated>2019-05-19T07:45:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fab4a8a39666793d407371f519e8b6d25d33fa84'/>
<id>urn:sha1:fab4a8a39666793d407371f519e8b6d25d33fa84</id>
<content type='text'>
The "--dir-diff" mode of "git difftool" is not useful in "--no-index"
mode; they are now explicitly marked as mutually incompatible.

* js/difftool-no-index:
  difftool --no-index: error out on --dir-diff (and don't crash)
</content>
</entry>
<entry>
<title>Merge branch 'jk/get-oid-indexed-object-name'</title>
<updated>2019-05-19T07:45:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8c59ba9a764f1ae1f8d176ea17c636183cfd7267'/>
<id>urn:sha1:8c59ba9a764f1ae1f8d176ea17c636183cfd7267</id>
<content type='text'>
The codepath to parse :&lt;path&gt; that obtains the object name for an
indexed object has been made more robust.

* jk/get-oid-indexed-object-name:
  get_oid: handle NULL repo-&gt;index
</content>
</entry>
<entry>
<title>Merge branch 'jc/set-packet-header-signature-fix'</title>
<updated>2019-05-19T07:45:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bca6aba72e85b87142ae02a0ea2a486f9581ead4'/>
<id>urn:sha1:bca6aba72e85b87142ae02a0ea2a486f9581ead4</id>
<content type='text'>
Code clean-up.

* jc/set-packet-header-signature-fix:
  pkt-line: drop 'const'-ness of a param to set_packet_header()
</content>
</entry>
<entry>
<title>Merge branch 'cb/http-push-null-in-message-fix'</title>
<updated>2019-05-19T07:45:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8cbad4935e7ed47934476d7df61e5758aca074e9'/>
<id>urn:sha1:8cbad4935e7ed47934476d7df61e5758aca074e9</id>
<content type='text'>
Code clean-up.

* cb/http-push-null-in-message-fix:
  http-push: prevent format overflow warning with gcc &gt;= 9
</content>
</entry>
<entry>
<title>Merge branch 'js/stash-in-c-use-builtin-doc'</title>
<updated>2019-05-19T07:45:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4ecaedec042d8114872dd1912b84f420c8a34ccd'/>
<id>urn:sha1:4ecaedec042d8114872dd1912b84f420c8a34ccd</id>
<content type='text'>
Doc update.

* js/stash-in-c-use-builtin-doc:
  stash: document stash.useBuiltin
</content>
</entry>
<entry>
<title>Merge branch 'tz/test-lib-check-working-jgit'</title>
<updated>2019-05-19T07:45:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f'/>
<id>urn:sha1:dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f</id>
<content type='text'>
A prerequiste check in the test suite to see if a working jgit is
available was made more robust.

* tz/test-lib-check-working-jgit:
  test-lib: try harder to ensure a working jgit
</content>
</entry>
<entry>
<title>Merge branch 'js/parseopt-unknown-cb-returns-an-enum'</title>
<updated>2019-05-19T07:45:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7a09f5f1b6b506e31d2f8e10ec09a7d2977317aa'/>
<id>urn:sha1:7a09f5f1b6b506e31d2f8e10ec09a7d2977317aa</id>
<content type='text'>
Code clean-up.

* js/parseopt-unknown-cb-returns-an-enum:
  parse-options: adjust `parse_opt_unknown_cb()`s declared return type
</content>
</entry>
<entry>
<title>Merge branch 'ab/sha1dc'</title>
<updated>2019-05-19T07:45:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ed8a45168924ac3e5c42fd30ecc32daac6e67d1b'/>
<id>urn:sha1:ed8a45168924ac3e5c42fd30ecc32daac6e67d1b</id>
<content type='text'>
Update collision-detecting SHA-1 code to build properly on HP-UX.

* ab/sha1dc:
  sha1dc: update from upstream
</content>
</entry>
<entry>
<title>Merge branch 'js/rebase-i-label-shown-in-status-fix'</title>
<updated>2019-05-19T07:45:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-05-19T07:45:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e0708c24d57b94b56b5556d05cc98f7ac5ba622b'/>
<id>urn:sha1:e0708c24d57b94b56b5556d05cc98f7ac5ba622b</id>
<content type='text'>
"git status" did not know that the "label" instruction in the
todo-list "rebase -i -r" uses should not be shown as a hex object
name.

* js/rebase-i-label-shown-in-status-fix:
  status: fix display of rebase -ir's `label` command
</content>
</entry>
</feed>
