Skip to content

Commit 4384e3c

Browse files
committed
Git 2.14
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 62ebe03 commit 4384e3c

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -469,14 +469,12 @@ notes for details).
469469
set does.
470470

471471
* Code clean-up to fix possible buffer over-reading.
472-
(merge 2d105451c0 rs/apply-avoid-over-reading later to maint).
473472

474473
* A few tests that tried to verify the contents of push certificates
475474
did not use 'git rev-parse' to formulate the line to look for in
476475
the certificate correctly.
477476

478477
* Update the character width tables.
479-
(merge 7560aacd7c bb/unicode-10.0 later to maint).
480478

481479
* After "git branch --move" of the currently checked out branch, the
482480
code to walk the reflog of HEAD via "log -g" and friends
@@ -495,33 +493,25 @@ notes for details).
495493
ought to mean a repository on a network share that can be accessed
496494
locally, but this did not work correctly due to stripping the double
497495
slashes at the beginning.
498-
(merge 496f256989 tb/push-to-cygwin-unc-path later to maint).
499496

500497
* The progress meter did not give a useful output when we haven't had
501498
0.5 seconds to measure the throughput during the interval. Instead
502499
show the overall throughput rate at the end, which is a much more
503500
useful number.
504-
(merge 0fae1e072a rs/progress-overall-throughput-at-the-end later to maint).
505501

506502
* 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).
508503

509504
* We run an early part of "git gc" that deals with refs before
510505
daemonising (and not under lock) even when running a background
511506
auto-gc, which caused multiple gc processes attempting to run the
512507
early part at the same time. This is now prevented by running the
513508
early part also under the GC lock.
514-
(merge c45af94dbc jk/gc-pre-detach-under-hook later to maint).
515509

516510
* A recent update broke an alias that contained an uppercase letter.
517-
(merge 643df7e234 js/alias-case-sensitivity later to maint).
518511

519512
* Other minor doc, test and build updates and code cleanups.
520-
(merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
521513
(merge 5053313562 rs/urlmatch-cleanup later to maint).
522514
(merge 42c78a216e rs/use-div-round-up later to maint).
523515
(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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.14.0-rc1
4+
DEF_VER=v2.14.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)