Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Fix parsing of <rev> <path-which-not-present-in-worktree>
[gitweb.git]
/
GIT-VERSION-GEN
diff --git
a/GIT-VERSION-GEN
b/GIT-VERSION-GEN
index 638de99e9e793399c61cd2ceb300447324f2532a..49b62ea6ebc61c4af16d7d740e5b423e5787b915 100755
(executable)
--- a/
GIT-VERSION-GEN
+++ b/
GIT-VERSION-GEN
@@
-1,7
+1,7
@@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=0.
8
.GITGUI
+DEF_VER=0.
17
.GITGUI
LF='
'
@@
-78,5
+78,3
@@
test "$VN" = "$VC" || {
echo >&2 "GITGUI_VERSION = $VN"
echo "GITGUI_VERSION = $VN" >$GVF
}
-
-