diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-27 20:43:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-27 20:43:51 -0700 |
commit | 803d5158123346229d71de53818920efbc88ca0f (patch) | |
tree | 60a221421bf3333858786ef3a7a2ef74203cd0b2 /Documentation/RelNotes-1.5.4.5.txt | |
parent | builtin-prune: protect objects listed on the command line (diff) | |
parent | GIT 1.5.4.5 (diff) | |
download | tgif-803d5158123346229d71de53818920efbc88ca0f.tar.xz |
GIT 1.5.5-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.5.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.4.5.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/RelNotes-1.5.4.5.txt b/Documentation/RelNotes-1.5.4.5.txt index 56fcd27b5c..0282341398 100644 --- a/Documentation/RelNotes-1.5.4.5.txt +++ b/Documentation/RelNotes-1.5.4.5.txt @@ -54,9 +54,3 @@ Fixes since v1.5.4.4 "rebase --continue" impossible. As usual, it also comes with many documentation fixes and clarifications. - --- -exec >/var/tmp/1 -echo O=$(git describe maint) -O=v1.5.4.4-32-gb88605f -git shortlog --no-merges $O..maint |