GIT 1.6.2.3

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2009-04-12 15:43:24 -07:00
parent 1966af8176
commit 3bd1bb327e
2 changed files with 1 additions and 7 deletions

View file

@ -20,9 +20,3 @@ Fixes since v1.6.2.2
to prevent them from being repacked. to prevent them from being repacked.
Many small documentation updates are included as well. Many small documentation updates are included as well.
---
exec >/var/tmp/1
echo O=$(git describe maint)
O=v1.6.2.2-41-gbff82d0
git shortlog --no-merges $O..maint

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.6.2.2 DEF_VER=v1.6.2.3
LF=' LF='
' '