git-gui: Skip -dirty suffix on core git versions
authorShawn O. Pearce <spearce@spearce.org>
Mon, 16 Jul 2007 06:39:07 +0000 (02:39 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 16 Jul 2007 06:39:07 +0000 (02:39 -0400)
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>
No differences found