Skip to content

Commit e2b2d6a

Browse files
committed
Git 2.11-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c34a7da commit e2b2d6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Documentation/RelNotes/2.11.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,15 @@ notes for details).
574574
* Portability update and workaround for builds on recent Mac OS X.
575575
(merge a296bc0132 ls/macos-update later to maint).
576576

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+
577586
* Other minor doc, test and build updates and code cleanups.
578587
(merge 5c238e29a8 jk/common-main later to maint).
579588
(merge 5a5749e45b ak/pre-receive-hook-template-modefix 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.11.0-rc2
4+
DEF_VER=v2.11.0-rc3
55

66
LF='
77
'

0 commit comments

Comments
 (0)