Git 2.16-rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Dec 28, 2017 at 14:12 UTC 1eaabe34fc6f486367a176207420378f587d3b48
2 files changed +32 -1
Documentation/RelNotes/2.16.0.txt
+31
@@ -127,6 +127,24 @@ UI, Workflows & Features
127 * "git worktree add" learned to run the post-checkout hook, just like
128 "git checkout" does, after the initial checkout.
129
130 + * "git svn" has been updated to strip CRs in the commit messages, as
131 + recent versions of Subversion rejects them.
132 +
133 + * "git imap-send" did not correctly quote the folder name when
134 + making a request to the server, which has been corrected.
135 +
136 + * Error messages from "git rebase" have been somewhat cleaned up.
137 +
138 + * Git has been taught to support an https:// URL used for http.proxy
139 + when using recent versions of libcurl.
140 +
141 + * "git merge" learned to pay attention to merge.verifySignatures
142 + configuration variable and pretend as if '--verify-signatures'
143 + option was given from the command line.
144 +
145 + * "git describe" was taught to dig trees deeper to find a
146 + <commit-ish>:<path> that refers to a given blob object.
147 +
148
149 Performance, Internal Implementation, Development Support etc.
150
@@ -201,6 +219,12 @@ Performance, Internal Implementation, Development Support etc.
219 * Assorted updates for TravisCI integration.
220 (merge 4f26366679 sg/travis-fixes later to maint).
221
222 + * Introduce a helper to simplify code to parse a common pattern that
223 + expects either "--key" or "--key=<something>".
224 +
225 + * "git version --build-options" learned to report the host CPU and
226 + the exact commit object name the binary was built from.
227 +
228 Also contains various documentation updates and code clean-ups.
229
230
@@ -405,6 +429,10 @@ Fixes since v2.15
429 documents to install.
430 (merge 65289e9dcd rb/quick-install-doc later to maint).
431
432 + * Update the shell prompt script (in contrib/) to strip trailing CR
433 + from strings read from various "state" files.
434 + (merge 041fe8fc83 ra/prompt-eread-fix later to maint).
435 +
436 * Other minor doc, test and build updates and code cleanups.
437 (merge 1a1fc2d5b5 rd/man-prune-progress later to maint).
438 (merge 0ba014035a rd/man-reflog-add-n later to maint).
@@ -425,3 +453,6 @@ Fixes since v2.15
453 (merge d0e6326026 ot/pretty later to maint).
454 (merge 44103f4197 sb/test-helper-excludes later to maint).
455 (merge 170078693f jt/transport-no-more-rsync later to maint).
456 + (merge c07b3adff1 bw/path-doc later to maint).
457 + (merge bf9d7df950 tz/lib-git-svn-svnserve-tests later to maint).
458 + (merge dec366c9a8 sr/http-sslverify-config-doc later to maint).
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.15.GIT
4 +DEF_VER=v2.16.0-rc0
5
6 LF='
7 '