commit | 764369c5ea730894c75f32c2f94a651dd517fc5b | [log] [tgz] |
---|---|---|
author | Alexander Gavrilov <angavrilov@gmail.com> | Sat Feb 07 19:43:57 2009 +0300 |
committer | Shawn O. Pearce <spearce@spearce.org> | Sun Feb 08 11:50:58 2009 -0800 |
tree | c8a8986084df315ea4c432d7d151511c24ebaebd | |
parent | 584fa9ccf4b467e7633c100333cadf92e0c07894 [diff] |
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>