commit | 2dfa54c6cb39c443652440f1ee6fdf5a6067364a | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Jul 16 02:39:07 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Jul 16 02:39:07 2007 -0400 |
tree | c49eca8eb045f600a1c098d6d4b48bb2b5cc9597 | |
parent | b215883de9322b8b475a04b4768d6ba5455373d1 [diff] |
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>