Git 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Aug 4, 2017 at 09:31 UTC
4384e3cde2ce8ecd194202e171ae16333d241326
2 files changed
+3
-13
Documentation/RelNotes/2.14.0.txt
+2
-12
@@ -469,14 +469,12 @@ notes for details).
469
set does.
470
471
* Code clean-up to fix possible buffer over-reading.
472
- (merge 2d105451c0 rs/apply-avoid-over-reading later to maint).
472
473
* A few tests that tried to verify the contents of push certificates
474
did not use 'git rev-parse' to formulate the line to look for in
475
the certificate correctly.
476
477
* Update the character width tables.
479
- (merge 7560aacd7c bb/unicode-10.0 later to maint).
478
479
* After "git branch --move" of the currently checked out branch, the
480
code to walk the reflog of HEAD via "log -g" and friends
@@ -495,33 +493,25 @@ notes for details).
493
ought to mean a repository on a network share that can be accessed
494
locally, but this did not work correctly due to stripping the double
495
slashes at the beginning.
498
- (merge 496f256989 tb/push-to-cygwin-unc-path later to maint).
496
497
* The progress meter did not give a useful output when we haven't had
498
0.5 seconds to measure the throughput during the interval. Instead
499
show the overall throughput rate at the end, which is a much more
500
useful number.
504
- (merge 0fae1e072a rs/progress-overall-throughput-at-the-end later to maint).
501
502
* Code clean-up, that makes us in sync with Debian by one patch.
507
- (merge 8db1ae5740 jn/hooks-pre-rebase-sample-fix later to maint).
503
504
* We run an early part of "git gc" that deals with refs before
505
daemonising (and not under lock) even when running a background
506
auto-gc, which caused multiple gc processes attempting to run the
507
early part at the same time. This is now prevented by running the
508
early part also under the GC lock.
514
- (merge c45af94dbc jk/gc-pre-detach-under-hook later to maint).
509
510
* A recent update broke an alias that contained an uppercase letter.
517
- (merge 643df7e234 js/alias-case-sensitivity later to maint).
511
512
* Other minor doc, test and build updates and code cleanups.
520
- (merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
513
(merge 5053313562 rs/urlmatch-cleanup later to maint).
514
(merge 42c78a216e rs/use-div-round-up later to maint).
515
(merge 5e8d2729ae rs/wt-status-cleanup later to maint).
524
- (merge 01826066b0 ks/fix-rebase-doc-picture later to maint).
525
- (merge f7f6dc340e jk/test-copy-bytes-fix later to maint).
526
- (merge 9fb9495dae ew/fd-cloexec-fix later to maint).
527
- (merge 3a33fe5c97 ks/doc-fixes later to maint).
516
+ (merge bc9b7e207f as/diff-options-grammofix later to maint).
517
+ (merge ac05222b31 ah/patch-id-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.14.0-rc1
4
+DEF_VER=v2.14.0
5
6
LF='
7
'