diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-14 12:57:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-14 14:39:22 -0700 |
commit | 52cb2bc28b8336a3f2259bb1c6ad2b99c3caca9c (patch) | |
tree | 1925127fb44980c842eeaa247eb531150a82d03a | |
parent | c529d75a75adf943f53dd20b8cf3e37438b4e750 (diff) | |
download | git-52cb2bc28b8336a3f2259bb1c6ad2b99c3caca9c.tar.gz git-52cb2bc28b8336a3f2259bb1c6ad2b99c3caca9c.tar.xz |
GIT 1.5.6-rc3v1.5.6-rc3
Just a lot of small fixes, mostly documentation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes-1.5.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt index ac4881e19..0d2608c88 100644 --- a/Documentation/RelNotes-1.5.6.txt +++ b/Documentation/RelNotes-1.5.6.txt @@ -111,6 +111,6 @@ this release, unless otherwise noted. -- exec >/var/tmp/1 -O=v1.5.6-rc1 +O=v1.5.6-rc3 echo O=`git describe refs/heads/master` git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint |