Code

git-gui: Support more git version notations.
authorAlexander Gavrilov <angavrilov@gmail.com>
Sat, 7 Feb 2009 16:43:57 +0000 (19:43 +0300)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 8 Feb 2009 19:50:58 +0000 (11:50 -0800)
commit764369c5ea730894c75f32c2f94a651dd517fc5b
treec8a8986084df315ea4c432d7d151511c24ebaebd
parent584fa9ccf4b467e7633c100333cadf92e0c07894
git-gui: Support more git version notations.

Recently the msysgit repository has got a '1.6.1-msysgit1'
tag, which, when used to build the git version, is not
handled gracefully by the git-gui version code.

This patch changes the regular expressions to fix it, and
removes the hardcoded 'rc' string. Now git-gui can accept
a version tail like '.foo123.GIT.bar.456.7.g89ab'

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh