<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.16.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.16.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.16.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2017-12-28T22:12:06Z</updated>
<entry>
<title>Git 2.16-rc0</title>
<updated>2017-12-28T22:12:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:12:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1eaabe34fc6f486367a176207420378f587d3b48'/>
<id>urn:sha1:1eaabe34fc6f486367a176207420378f587d3b48</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sb/describe-blob'</title>
<updated>2017-12-28T22:08:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=556de1a8e38ff03d31fd35751582447001f39d0c'/>
<id>urn:sha1:556de1a8e38ff03d31fd35751582447001f39d0c</id>
<content type='text'>
"git describe" was taught to dig trees deeper to find a
&lt;commit-ish&gt;:&lt;path&gt; that refers to a given blob object.

* sb/describe-blob:
  builtin/describe.c: describe a blob
  builtin/describe.c: factor out describe_commit
  builtin/describe.c: print debug statements earlier
  builtin/describe.c: rename `oid` to avoid variable shadowing
  revision.h: introduce blob/tree walking in order of the commits
  list-objects.c: factor out traverse_trees_and_blobs
  t6120: fix typo in test name
</content>
</entry>
<entry>
<title>Merge branch 'hi/merge-verify-sig-config'</title>
<updated>2017-12-28T22:08:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0433d533f13671f4313c31e34707f0f5281a18e0'/>
<id>urn:sha1:0433d533f13671f4313c31e34707f0f5281a18e0</id>
<content type='text'>
"git merge" learned to pay attention to merge.verifySignatures
configuration variable and pretend as if '--verify-signatures'
option was given from the command line.

* hi/merge-verify-sig-config:
  t5573, t7612: clean up after unexpected success of 'pull' and 'merge'
  t: add tests for pull --verify-signatures
  merge: add config option for verifySignatures
</content>
</entry>
<entry>
<title>Merge branch 'ws/curl-http-proxy-over-https'</title>
<updated>2017-12-28T22:08:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fc4a226bf60be67bc3d574aeafe06d266f700d99'/>
<id>urn:sha1:fc4a226bf60be67bc3d574aeafe06d266f700d99</id>
<content type='text'>
Git has been taught to support an https:// URL used for http.proxy
when using recent versions of libcurl.

* ws/curl-http-proxy-over-https:
  http: support CURLPROXY_HTTPS
</content>
</entry>
<entry>
<title>Merge branch 'ks/doc-previous-checkout'</title>
<updated>2017-12-28T22:08:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f53edaf2d5983f82ffb513e10569bbfbe540613d'/>
<id>urn:sha1:f53edaf2d5983f82ffb513e10569bbfbe540613d</id>
<content type='text'>
Doc update.

* ks/doc-previous-checkout:
  Doc/check-ref-format: clarify information about @{-N} syntax
</content>
</entry>
<entry>
<title>Merge branch 'ks/rebase-error-messages'</title>
<updated>2017-12-28T22:08:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=594672d2374855166c4be4e1529e77db246515dc'/>
<id>urn:sha1:594672d2374855166c4be4e1529e77db246515dc</id>
<content type='text'>
Error messages from "git rebase" have been somewhat cleaned up.

* ks/rebase-error-messages:
  rebase: rebasing can also be done when HEAD is detached
  rebase: distinguish user input by quoting it
  rebase: consistently use branch_name variable
</content>
</entry>
<entry>
<title>Merge branch 'sr/http-sslverify-config-doc'</title>
<updated>2017-12-28T22:08:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=593fdcc06a5d28f6dd765771d661df50729a2f62'/>
<id>urn:sha1:593fdcc06a5d28f6dd765771d661df50729a2f62</id>
<content type='text'>
Docfix.

* sr/http-sslverify-config-doc:
  config: document default value of http.sslVerify
</content>
</entry>
<entry>
<title>Merge branch 'nm/imap-send-quote-server-folder-name'</title>
<updated>2017-12-28T22:08:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9368a3d08ef0774081219f7b1d3705beeddaa200'/>
<id>urn:sha1:9368a3d08ef0774081219f7b1d3705beeddaa200</id>
<content type='text'>
"git imap-send" did not correctly quote the folder name when
making a request to the server, which has been corrected.

* nm/imap-send-quote-server-folder-name:
  imap-send: URI encode server folder
</content>
</entry>
<entry>
<title>Merge branch 'bp/fsmonitor'</title>
<updated>2017-12-28T22:08:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e777af273dd76c9140f6d8bf24a09e26a89f4c5'/>
<id>urn:sha1:8e777af273dd76c9140f6d8bf24a09e26a89f4c5</id>
<content type='text'>
Test fix.

* bp/fsmonitor:
  p7519: improve check for prerequisite WATCHMAN
</content>
</entry>
<entry>
<title>Merge branch 'jh/partial-clone-doc'</title>
<updated>2017-12-28T22:08:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-12-28T22:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d'/>
<id>urn:sha1:f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d</id>
<content type='text'>
* jh/partial-clone-doc:
  partial-clone: design doc
</content>
</entry>
</feed>
