Skip to content

Commit c415fb7

Browse files
committed
Git 2.5.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c3cb7b6 commit c415fb7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Documentation/RelNotes/2.5.1.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,21 @@ Fixes since v2.5
4545
stable, which was a no-no. Apply a workaround to force a
4646
particular date format.
4747

48+
* "git clone $URL" in recent releases of Git contains a regression in
49+
the code that invents a new repository name incorrectly based on
50+
the $URL. This has been corrected.
51+
(merge db2e220 jk/guess-repo-name-regression-fix later to maint).
52+
53+
* Running tests with the "-x" option to make them verbose had some
54+
unpleasant interactions with other features of the test suite.
55+
(merge 9b5fe78 jk/test-with-x later to maint).
56+
57+
* "git pull" in recent releases of Git has a regression in the code
58+
that allows custom path to the --upload-pack=<program>. This has
59+
been corrected.
60+
61+
* pipe() emulation used in Git for Windows looked at a wrong variable
62+
when checking for an error from an _open_osfhandle() call.
63+
4864
Also contains typofixes, documentation updates and trivial code
4965
clean-ups.

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.5.0/git.html[documentation for release 2.5]
46+
* link:v2.5.1/git.html[documentation for release 2.5.1]
4747

4848
* release notes for
49+
link:RelNotes/2.5.1.txt[2.5.1],
4950
link:RelNotes/2.5.0.txt[2.5].
5051

5152
* link:v2.4.8/git.html[documentation for release 2.4.8]

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.5.0
4+
DEF_VER=v2.5.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)