Skip to content

Commit 78e3118

Browse files
committed
GIT 1.5.6.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2b2828b commit 78e3118

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

Documentation/RelNotes-1.5.6.2.txt

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,30 @@ Futureproof
1111
Fixes since v1.5.6.1
1212
--------------------
1313

14-
* Optimization for a large import via "git-svn" introduced in v1.5.6 had a
15-
serious memory and temporary file leak, which made it unusable for
16-
moderately large import.
14+
* "git clone" from a remote that is named with url.insteadOf setting in
15+
$HOME/.gitconfig did not work well.
1716

18-
* "git-svn" mangled remote nickname used in the configuration file
19-
unnecessarily.
17+
* "git describe --long --tags" segfaulted when the described revision was
18+
tagged with a lightweight tag.
2019

2120
* "git diff --check" did not report the result via its exit status
2221
reliably.
2322

23+
* When remote side used to have branch 'foo' and git-fetch finds that now
24+
it has branch 'foo/bar', it refuses to lose the existing remote tracking
25+
branch and its reflog. The error message has been improved to suggest
26+
pruning the remote if the user wants to proceed and get the latest set
27+
of branches from the remote, including such 'foo/bar'.
28+
29+
* "git reset file" should mean the same thing as "git reset HEAD file",
30+
but we required disambiguating -- even when "file" is not ambiguous.
31+
2432
* "git show" segfaulted when an annotated tag that points at another
2533
annotated tag was given to it.
2634

27-
--
28-
exec >/var/tmp/1
29-
echo O=$(git describe maint)
30-
O=v1.5.6.1-13-g4f3dcc2
31-
git shortlog --no-merges $O..maint
35+
* Optimization for a large import via "git-svn" introduced in v1.5.6 had a
36+
serious memory and temporary file leak, which made it unusable for
37+
moderately large import.
38+
39+
* "git-svn" mangled remote nickname used in the configuration file
40+
unnecessarily.

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 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.5.6.1/git.html[documentation for release 1.5.6.1]
46+
* link:v1.5.6.2/git.html[documentation for release 1.5.6.2]
4747

4848
* release notes for
49+
link:RelNotes-1.5.6.2.txt[1.5.6.2].
4950
link:RelNotes-1.5.6.1.txt[1.5.6.1].
5051
link:RelNotes-1.5.6.txt[1.5.6].
5152

0 commit comments

Comments
 (0)