Git 2.7.2
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Feb 2016 21:12:56 +0000 (13:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Feb 2016 21:12:56 +0000 (13:12 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.7.2.txt
Documentation/git.txt
GIT-VERSION-GEN
index f7846a2569132929a3af8e1d875b02fb642ece56..4feef76704835cb08d79813b361e02164054b779 100644 (file)
@@ -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.
 
    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.
 Also includes tiny documentation and test updates.
index d987ad20c90a05932733c09812324c3d176ebbbe..68a71b46c9c5706f76e73f55f6767d9f1ba07ce4 100644 (file)
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v2.7.1/git.html[documentation for release 2.7.1]
+* link:v2.7.2/git.html[documentation for release 2.7.2]
 
 * release notes for
 
 * release notes for
+  link:RelNotes/2.7.2.txt[2.7.2],
   link:RelNotes/2.7.1.txt[2.7.1],
   link:RelNotes/2.7.0.txt[2.7].
 
   link:RelNotes/2.7.1.txt[2.7.1],
   link:RelNotes/2.7.0.txt[2.7].
 
index 330b339d1cac1af441b16e35dcdefa660da1f683..d7ab24e35617a456f1998a141f7e620eca1de431 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.1
+DEF_VER=v2.7.2
 
 LF='
 '
 
 LF='
 '