Skip to content

Commit

Permalink
GIT 1.5.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jun 7, 2008
1 parent c0f6dc9 commit 7064ca5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Documentation/RelNotes-1.5.5.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
GIT v1.5.5.4 Release Notes
==========================

Fixes since v1.5.5.4
--------------------

* "git name-rev --all" used to segfault.
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ Documentation for older releases are available here:
* link:v1.5.5/git.html[documentation for release 1.5.5]

* release notes for
link:RelNotes-1.5.5.4.txt[1.5.5.4],
link:RelNotes-1.5.5.3.txt[1.5.5.3],
link:RelNotes-1.5.5.2.txt[1.5.5.2],
link:RelNotes-1.5.5.1.txt[1.5.5.1],
link:RelNotes-1.5.5.txt[1.5.5].

* link:v1.5.5.3/git.html[documentation for release 1.5.5.3]
* link:v1.5.5.4/git.html[documentation for release 1.5.5.4]

* link:v1.5.4.5/git.html[documentation for release 1.5.4.5]

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.5.3.GIT
DEF_VER=v1.5.5.4.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 7064ca5

Please sign in to comment.