parent
e923eaeb90
commit
9b25048318
|
@ -0,0 +1,11 @@
|
|||
Git v1.7.0.1 Release Notes
|
||||
==========================
|
||||
|
||||
Fixes since v1.7.0
|
||||
------------------
|
||||
|
||||
--
|
||||
exec >/var/tmp/1
|
||||
echo O=$(git describe)
|
||||
O=v1.7.0
|
||||
git shortlog $O..
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v1.7.0
|
||||
DEF_VER=v1.7.0.GIT
|
||||
|
||||
LF='
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue