git-gui: Handle git versions of the form n.n.n.GIT
commit8ca1f6af8c343172ca885076b8e581137ac05faf
authorJulian Phillips <julian@quantumfyre.co.uk>
Tue, 17 Jul 2007 21:14:06 +0000 (17 22:14 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 7 Aug 2007 17:12:17 +0000 (7 18:12 +0100)
tree42569c6648123c1f46661f99a928897cd7aec65c
parentf1e1dc5119bd9862bb4d2a975c8ca6362ea43af5
git-gui: Handle git versions of the form n.n.n.GIT

The git-gui version check doesn't handle versions of the form
n.n.n.GIT which you can get by installing from an tarball produced by
git-archive.

Without this change you get an error of the form:
'Error in startup script: expected version number but got "1.5.3.GIT"'

Signed-off-by: Julian Phillips <julian@quantumfyre.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui/git-gui.sh