Git 2.14-rc0

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

Junio C Hamano committed Jul 13, 2017 at 16:22 UTC f3da2b79be9565779e4f76dc5812c68e156afdf0
2 files changed +13 -5
Documentation/RelNotes/2.14.0.txt
+12 -4
@@ -108,6 +108,9 @@ UI, Workflows & Features
108 * An old message shown in the commit log template was removed, as it
109 has outlived its usefulness.
110
111 + * "git pull --rebase --recurse-submodules" learns to rebase the
112 + branch in the submodules to an updated base.
113 +
114
115 Performance, Internal Implementation, Development Support etc.
116
@@ -217,6 +220,10 @@ Performance, Internal Implementation, Development Support etc.
220 object database?" query that is used to derive the length of prefix
221 an object name is uniquely abbreviated to.
222
223 + * The hashmap API has been updated so that data to customize the
224 + behaviour of the comparison function can be specified at the time a
225 + hashmap is initialized.
226 +
227
228 Also contains various documentation updates and code clean-ups.
229
@@ -432,7 +439,7 @@ notes for details).
439 * Update the sha1dc again to fix portability glitches.
440
441 * Code clean-up to fix possible buffer over-reading.
435 - (merge 8bc172e5f2 rs/apply-avoid-over-reading later to maint).
442 + (merge 2d105451c0 rs/apply-avoid-over-reading later to maint).
443
444 * A few tests that tried to verify the contents of push certificates
445 did not use 'git rev-parse' to formulate the line to look for in
@@ -445,16 +452,17 @@ notes for details).
452 code to walk the reflog of HEAD via "log -g" and friends
453 incorrectly stopped at the reflog entry that records the renaming
454 of the branch.
448 - (merge e30d463d45 jk/reflog-walk-maint later to maint).
455
456 * The rewrite of "git branch --list" using for-each-ref's internals
457 that happened in v2.13 regressed its handling of color.branch.local;
458 this has been fixed.
453 - (merge 5b5c9c3e19 kn/ref-filter-branch-list later to maint).
459 +
460 + * The build procedure has been improved to allow building and testing
461 + Git with address sanitizer more easily.
462 + (merge 566cf0b3bd jk/build-with-asan later to maint).
463
464 * Other minor doc, test and build updates and code cleanups.
465 (merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
457 - (merge 669638fe7a ks/typofix-commit-c-comment later to maint).
466 (merge 5053313562 rs/urlmatch-cleanup later to maint).
467 (merge 42c78a216e rs/use-div-round-up later to maint).
468 (merge 5e8d2729ae rs/wt-status-cleanup 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.13.GIT
4 +DEF_VER=v2.14.0-rc0
5
6 LF='
7 '