summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.7.2.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-02-22 13:16:12 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-02-22 13:16:12 -0800
commit70bd996071bf724a7b151c81a165e8837179d6d7 (patch)
tree9d3215791550d364bf75667ccf552087899b4224 /Documentation/RelNotes/2.7.2.txt
parentMerge branch 'js/git-remote-add-url-insteadof-test' (diff)
parentGit 2.7.2 (diff)
downloadtgif-70bd996071bf724a7b151c81a165e8837179d6d7.tar.xz
Sync with 2.7.2
Diffstat (limited to 'Documentation/RelNotes/2.7.2.txt')
-rw-r--r--Documentation/RelNotes/2.7.2.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.7.2.txt b/Documentation/RelNotes/2.7.2.txt
index f7846a2569..4feef76704 100644
--- a/Documentation/RelNotes/2.7.2.txt
+++ b/Documentation/RelNotes/2.7.2.txt
@@ -24,4 +24,18 @@ Fixes since v2.7.1
that is not used, to help those who test on Windows where it would
not stop until it fills the pipe buffer due to lack of SIGPIPE.
+ * The vimdiff backend for "git mergetool" has been tweaked to arrange
+ and number buffers in the order that would match the expectation of
+ majority of people who read left to right, then top down and assign
+ buffers 1 2 3 4 "mentally" to local base remote merge windows based
+ on that order.
+
+ * The documentation for "git clean" has been corrected; it mentioned
+ that .git/modules/* are removed by giving two "-f", which has never
+ been the case.
+
+ * Paths that have been told the index about with "add -N" are not
+ quite yet in the index, but a few commands behaved as if they
+ already are in a harmful way.
+
Also includes tiny documentation and test updates.