summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-28 04:43:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-28 04:43:32 (GMT)
commitafc63cb6c6676a89a0549568163d4fe88093c94c (patch)
tree3f781f285e7972347b512a945fdc980449e26a04 /Documentation
parentf03490164811f19c8d2222a658398d67b14e905d (diff)
downloadgit-afc63cb6c6676a89a0549568163d4fe88093c94c.zip
git-afc63cb6c6676a89a0549568163d4fe88093c94c.tar.gz
git-afc63cb6c6676a89a0549568163d4fe88093c94c.tar.bz2
RelNotes: the seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.16.0.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.16.0.txt b/Documentation/RelNotes/2.16.0.txt
index 3f29094..c617e37 100644
--- a/Documentation/RelNotes/2.16.0.txt
+++ b/Documentation/RelNotes/2.16.0.txt
@@ -77,6 +77,19 @@ UI, Workflows & Features
that you are correcting the end-of-line convention and other
"convert_to_git()" glitches in the in-repository data.
+ * "git branch" and "git checkout -b" are now forbidden from creating
+ a branch whose name is "HEAD".
+
+ * "git branch --list" learned to show its output through the pager by
+ default when the output is going to a terminal, which is controlled
+ by the pager.branch configuration variable. This is similar to a
+ recent change to "git tag --list".
+
+ * "git grep -W", "git diff -W" and their friends learned a heuristic
+ to extend a pre-context beyond the line that matches the "function
+ pattern" (aka "diff.*.xfuncname") to include a comment block, if
+ exists, that immediately precedes it.
+
Performance, Internal Implementation, Development Support etc.
@@ -249,7 +262,6 @@ Fixes since v2.15
* There was a recent semantic mismerge in the codepath to write out a
section of a configuration section, which has been corrected.
- (merge 782c030ea2 rs/config-write-section-fix later to maint).
* Mentions of "git-rebase" and "git-am" (dashed form) still remained
in end-user visible strings emitted by the "git rebase" command;