File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -574,6 +574,15 @@ notes for details).
574
574
* Portability update and workaround for builds on recent Mac OS X.
575
575
(merge a296bc0132 ls/macos-update later to maint).
576
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
+
577
586
* Other minor doc, test and build updates and code cleanups.
578
587
(merge 5c238e29a8 jk/common-main later to maint).
579
588
(merge 5a5749e45b ak/pre-receive-hook-template-modefix later to maint).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.11.0-rc2
4
+ DEF_VER=v2.11.0-rc3
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments