Git 2.7-rc3
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 22:00:52 +0000 (14:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Dec 2015 22:00:52 +0000 (14:00 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.7.0.txt
GIT-VERSION-GEN
index dbc3fea7faae1f61b476d6983f1431b404506e06..563dadc57e84d17bc348975fce4e5102bcc03022 100644 (file)
@@ -400,4 +400,15 @@ notes for details).
    in non-strict mode.
    (merge 92bcbb9 jk/ident-loosen-getpwuid later to maint).
 
+ * "git symbolic-ref" forgot to report a failure with its exit status.
+   (merge f91b273 jk/symbolic-ref-maint later to maint).
+
+ * History traversal with "git log --source" that starts with an
+   annotated tag failed to report the tag as "source", due to an
+   old regression in the command line parser back in v2.2 days.
+   (merge 728350b jk/pending-keep-tag-name later to maint).
+
+ * "git p4" when interacting with multiple depots at the same time
+   used to incorrectly drop changes.
+
  * Code clean-up, minor fixes etc.
index 904265b2c1add2aa9d974a18e8a63ab13038c070..5abd186bd946d88c4deed5914080deaa069f5f68 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.0-rc2
+DEF_VER=v2.7.0-rc3
 
 LF='
 '