Git 2.11-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 23, 2016 at 11:24 UTC
e2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44
2 files changed
+10
-1
Documentation/RelNotes/2.11.0.txt
+9
@@ -574,6 +574,15 @@ notes for details).
574
* Portability update and workaround for builds on recent Mac OS X.
575
(merge a296bc0132 ls/macos-update later to maint).
576
577
+ * Using a %(HEAD) placeholder in "for-each-ref --format=" option
578
+ caused the command to segfault when on an unborn branch.
579
+ (merge 84679d470d jc/for-each-ref-head-segfault-fix later to maint).
580
+
581
+ * "git rebase -i" did not work well with core.commentchar
582
+ configuration variable for two reasons, both of which have been
583
+ fixed.
584
+ (merge 882cd23777 js/rebase-i-commentchar-fix later to maint).
585
+
586
* Other minor doc, test and build updates and code cleanups.
587
(merge 5c238e29a8 jk/common-main later to maint).
588
(merge 5a5749e45b ak/pre-receive-hook-template-modefix 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.11.0-rc2
4
+DEF_VER=v2.11.0-rc3
5
6
LF='
7
'