Skip to content

Commit ffb293b

Browse files
committed
GIT 1.5.2.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ec0603e commit ffb293b

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

Documentation/RelNotes-1.5.2.4.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
GIT v1.5.2.4 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.2.3
5+
--------------------
6+
7+
* Bugfixes
8+
9+
- "git-gui" bugfixes, including a handful fixes to run it
10+
better on Cygwin/MSYS.
11+
12+
- "git checkout" failed to switch back and forth between
13+
branches, one of which has "frotz -> xyzzy" symlink and
14+
file "xyzzy/filfre", while the other one has a file
15+
"frotz/filfre".
16+
17+
- "git prune" used to segfault upon seeing a commit that is
18+
referred to by a tree object (aka "subproject").
19+
20+
- "git diff --name-status --no-index" mishandled an added file.
21+
22+
- "git apply --reverse --whitespace=warn" still complained
23+
about whitespaces that a forward application would have
24+
introduced.
25+
26+
* Documentation Fixes and Updates
27+
28+
- A handful documentation updates.

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=v1.5.2.3.GIT
4+
DEF_VER=v1.5.2.4.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.5.2.3.txt
1+
Documentation/RelNotes-1.5.2.4.txt

0 commit comments

Comments
 (0)