git-gui: Guess our version accurately as a subproject.
commit07d082bf5b4bc353648ffd207fe2fbd9e57e4386
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 22:05:10 +0000 (12 17:05 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 22:05:10 +0000 (12 17:05 -0500)
tree481061eaf23d64cafe562d36d9b3db8a1d1d0695
parent6a6459bc8f1aa9e83b5b46f7c40454891bf5e92a
git-gui: Guess our version accurately as a subproject.

When we are included as a subproject, such as how git.git carries
us, we want to retain our own version number and not the version
number assigned by git.git's own tags.  Consequently we need to
locate the correct tag which applies to our tree content and
its commit lineage.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
GIT-VERSION-GEN