From c415fb791b318832f52494b75d99602a7a8d604b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 28 Aug 2015 11:19:57 -0700 Subject: Git 2.5.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.5.1.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Documentation/RelNotes/2.5.1.txt') diff --git a/Documentation/RelNotes/2.5.1.txt b/Documentation/RelNotes/2.5.1.txt index 3c468519b..b70553308 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=. 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. -- cgit v1.2.1