Make it more clear that we're faking a git description for now.

svn path=/trunk/; revision=54810
This commit is contained in:
Gerald Combs 2014-01-15 00:52:27 +00:00
parent d7e93e99c7
commit 04b18f44c1
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ sub read_repo_info {
# XXX After the SVN->git migration we'll create tags for 1.11.x.
# Until then we'll fake it.
#chomp($line = qx{git describe --tags --dirty});
chomp($line = qx{git rev-parse --short HEAD});
if (defined($line)) {