git-gui: Skip -dirty suffix on core git versions
commit2dfa54c6cb39c443652440f1ee6fdf5a6067364a
authorShawn O. Pearce <spearce@spearce.org>
Mon, 16 Jul 2007 06:39:07 +0000 (16 02:39 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 16 Jul 2007 06:39:07 +0000 (16 02:39 -0400)
treec49eca8eb045f600a1c098d6d4b48bb2b5cc9597
parentb215883de9322b8b475a04b4768d6ba5455373d1
git-gui: Skip -dirty suffix on core git versions

If the user is running a 'dirty' version of git (one compiled in a
working directory with modified files) we want to just assume it
was a committed version, as we really only look at the part that
came from a real annotated tag anyway.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh