]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.14.3 v2.14.3
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Oct 2017 05:44:17 +0000 (14:44 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Oct 2017 05:44:17 +0000 (14:44 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.14.3.txt
GIT-VERSION-GEN

index 61f569aa9abe215947996f2ea02da8dc6df7d42e..977c9e857c0ef30cf30047ce3553db738db1561e 100644 (file)
@@ -72,4 +72,28 @@ Fixes since v2.14.2
    them as the patch created internally by "git add -p" were colored
    (heh) and made unusable.  This has been fixed.
 
+ * "git branch -M a b" while on a branch that is completely unrelated
+   to either branch a or branch b misbehaved when multiple worktree
+   was in use.  This has been fixed.
+
+ * "git fast-export" with -M/-C option issued "copy" instruction on a
+   path that is simultaneously modified, which was incorrect.
+
+ * The checkpoint command "git fast-import" did not flush updates to
+   refs and marks unless at least one object was created since the
+   last checkpoint, which has been corrected, as these things can
+   happen without any new object getting created.
+
+ * The scripts to drive TravisCI has been reorganized and then an
+   optimization to avoid spending cycles on a branch whose tip is
+   tagged has been implemented.
+
+ * "git fetch <there> <src>:<dst>" allows an object name on the <src>
+   side when the other side accepts such a request since Git v2.5, but
+   the documentation was left stale.
+
+ * A regression in 2.11 that made the code to read the list of
+   alternate object stores overrun the end of the string has been
+   fixed.
+
 Also contains various documentation updates and code clean-ups.
index 1ab52e381e2f4e6bfb0e4d08fd339aee9b891c8d..9c203fb249ac7b1f20c850d50ad89c5d6e387e03 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.14.2
+DEF_VER=v2.14.3
 
 LF='
 '