summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-28 19:32:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-28 19:32:45 (GMT)
commitaecce6d0eff68a7144e32247d2e02d9974772ab1 (patch)
tree57f1223d90a5270e23933913eb05713fde4c8aac /Documentation
parente6837c8b439ae95654c6e831d42620d2510a8008 (diff)
parentc415fb791b318832f52494b75d99602a7a8d604b (diff)
downloadgit-aecce6d0eff68a7144e32247d2e02d9974772ab1.zip
git-aecce6d0eff68a7144e32247d2e02d9974772ab1.tar.gz
git-aecce6d0eff68a7144e32247d2e02d9974772ab1.tar.bz2
Sync with 2.5.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.5.1.txt16
-rw-r--r--Documentation/git.txt3
2 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.5.1.txt b/Documentation/RelNotes/2.5.1.txt
index 3c46851..b705533 100644
--- a/Documentation/RelNotes/2.5.1.txt
+++ b/Documentation/RelNotes/2.5.1.txt
@@ -45,5 +45,21 @@ Fixes since v2.5
stable, which was a no-no. Apply a workaround to force a
particular date format.
+ * "git clone $URL" in recent releases of Git contains a regression in
+ the code that invents a new repository name incorrectly based on
+ the $URL. This has been corrected.
+ (merge db2e220 jk/guess-repo-name-regression-fix later to maint).
+
+ * Running tests with the "-x" option to make them verbose had some
+ unpleasant interactions with other features of the test suite.
+ (merge 9b5fe78 jk/test-with-x later to maint).
+
+ * "git pull" in recent releases of Git has a regression in the code
+ that allows custom path to the --upload-pack=<program>. This has
+ been corrected.
+
+ * pipe() emulation used in Git for Windows looked at a wrong variable
+ when checking for an error from an _open_osfhandle() call.
+
Also contains typofixes, documentation updates and trivial code
clean-ups.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 2795340..4e5d55b 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -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:
-* link:v2.5.0/git.html[documentation for release 2.5]
+* link:v2.5.1/git.html[documentation for release 2.5.1]
* release notes for
+ link:RelNotes/2.5.1.txt[2.5.1],
link:RelNotes/2.5.0.txt[2.5].
* link:v2.4.8/git.html[documentation for release 2.4.8]