Skip to content

Commit 326e5bc

Browse files
committed
Git 2.7.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2bbea5c commit 326e5bc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Documentation/RelNotes/2.7.2.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,18 @@ Fixes since v2.7.1
2424
that is not used, to help those who test on Windows where it would
2525
not stop until it fills the pipe buffer due to lack of SIGPIPE.
2626

27+
* The vimdiff backend for "git mergetool" has been tweaked to arrange
28+
and number buffers in the order that would match the expectation of
29+
majority of people who read left to right, then top down and assign
30+
buffers 1 2 3 4 "mentally" to local base remote merge windows based
31+
on that order.
32+
33+
* The documentation for "git clean" has been corrected; it mentioned
34+
that .git/modules/* are removed by giving two "-f", which has never
35+
been the case.
36+
37+
* Paths that have been told the index about with "add -N" are not
38+
quite yet in the index, but a few commands behaved as if they
39+
already are in a harmful way.
40+
2741
Also includes tiny documentation and test updates.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v2.7.1/git.html[documentation for release 2.7.1]
46+
* link:v2.7.2/git.html[documentation for release 2.7.2]
4747

4848
* release notes for
49+
link:RelNotes/2.7.2.txt[2.7.2],
4950
link:RelNotes/2.7.1.txt[2.7.1],
5051
link:RelNotes/2.7.0.txt[2.7].
5152

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.7.1
4+
DEF_VER=v2.7.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)