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).
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).
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.11.0-rc2
4+ DEF_VER=v2.11.0-rc3
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments