git-gui: relax "dirty" version detection
authorWincent Colaiuta <win@wincent.com>
Mon, 18 Feb 2008 08:36:33 +0000 (09:36 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 20 Feb 2008 01:50:29 +0000 (20:50 -0500)
"git gui" would complain at launch if the local version of Git was
"1.5.4.2.dirty". Loosen the regular expression to look for either
"-dirty" or ".dirty", thus eliminating spurious warnings.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found