Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'
[gitweb.git]
/
GIT-VERSION-GEN
diff --git
a/GIT-VERSION-GEN
b/GIT-VERSION-GEN
index 07685f469777e13ed7ad67291e82a69920bd42bd..f189b7889e7b19fd1e8a5412c899d8b70fab9d9d 100755
(executable)
--- a/
GIT-VERSION-GEN
+++ b/
GIT-VERSION-GEN
@@
-1,7
+1,7
@@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.
1.3
+DEF_VER=v1.8.
2
LF='
'