diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-10 13:05:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-10 13:05:16 -0700 |
commit | b9aa901856cee7ad16737343f6a372bb37871258 (patch) | |
tree | 3a47fbfe68a94918902d2cc4a929b216f9da728f /Documentation/RelNotes-1.7.1.txt | |
parent | b92cbb62def240268c1af39f1a688fec8d34ac9b (diff) | |
download | git-b9aa901856cee7ad16737343f6a372bb37871258.tar.gz git-b9aa901856cee7ad16737343f6a372bb37871258.tar.xz |
Git 1.7.1-rc1v1.7.1-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.7.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.7.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.7.1.txt b/Documentation/RelNotes-1.7.1.txt index 58cf113a9..95c5ed601 100644 --- a/Documentation/RelNotes-1.7.1.txt +++ b/Documentation/RelNotes-1.7.1.txt @@ -63,6 +63,9 @@ Updates since v1.7.0 * "git imap-send" learned to support CRAM-MD5 authentication. + * "gitweb" installation procedure can use "minified" js/css files + better. + Fixes since v1.7.0 ------------------ @@ -81,5 +84,5 @@ release, unless otherwise noted. --- exec >/var/tmp/1 echo O=$(git describe) -O=v1.7.0.4-382-gb807c52 +O=v1.7.1-rc0-36-gb92cbb6 git shortlog --no-merges ^maint $O.. |