summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-23 19:24:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-11-23 19:24:59 (GMT)
commite2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44 (patch)
tree9aadeefa9542275ffca2a44259a3088b2aca1428 /Documentation
parentc34a7daad74b0f7b0dc72de131dbb9e919b0ab32 (diff)
downloadgit-e2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44.zip
git-e2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44.tar.gz
git-e2b2d6a172b76d44cb7b1ddb12ea5bfac9613a44.tar.bz2
Git 2.11-rc3v2.11.0-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.11.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.11.0.txt b/Documentation/RelNotes/2.11.0.txt
index 4898d5a..cea2a50 100644
--- a/Documentation/RelNotes/2.11.0.txt
+++ b/Documentation/RelNotes/2.11.0.txt
@@ -574,6 +574,15 @@ notes for details).
* Portability update and workaround for builds on recent Mac OS X.
(merge a296bc0132 ls/macos-update later to maint).
+ * Using a %(HEAD) placeholder in "for-each-ref --format=" option
+ caused the command to segfault when on an unborn branch.
+ (merge 84679d470d jc/for-each-ref-head-segfault-fix later to maint).
+
+ * "git rebase -i" did not work well with core.commentchar
+ configuration variable for two reasons, both of which have been
+ fixed.
+ (merge 882cd23777 js/rebase-i-commentchar-fix later to maint).
+
* Other minor doc, test and build updates and code cleanups.
(merge 5c238e29a8 jk/common-main later to maint).
(merge 5a5749e45b ak/pre-receive-hook-template-modefix later to maint).