diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-07 13:01:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-07 13:01:14 -0700 |
commit | dceab837557077f70bf082727645925aec443500 (patch) | |
tree | 8ca625627188b9f83233420a1410d763d4e7ee53 /Documentation | |
parent | 03300c0ac0dfd6098ff65cff518bfffb05ae4194 (diff) | |
parent | 7064ca51b08304d56bf57d2cceb2884f1abf66e5 (diff) | |
download | git-dceab837557077f70bf082727645925aec443500.tar.gz git-dceab837557077f70bf082727645925aec443500.tar.xz |
Merge 1.5.5.4 in
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.5.4.txt | 7 | ||||
-rw-r--r-- | Documentation/git.txt | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.5.4.txt b/Documentation/RelNotes-1.5.5.4.txt new file mode 100644 index 000000000..2d0279ecc --- /dev/null +++ b/Documentation/RelNotes-1.5.5.4.txt @@ -0,0 +1,7 @@ +GIT v1.5.5.4 Release Notes +========================== + +Fixes since v1.5.5.4 +-------------------- + + * "git name-rev --all" used to segfault. diff --git a/Documentation/git.txt b/Documentation/git.txt index ba07e51f5..cf67110a9 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -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] |