This commit is contained in:
Pavel Sanda 2013-02-17 23:30:07 -08:00
parent 8ef1e2b9df
commit f7d47a803d

View File

@ -2189,7 +2189,7 @@ bool GIT::getTreeRevisionInfo()
return false;
}
doVCCommand("git describe --abrev --dirty --long > " + quoteName(tmpf.toFilesystemEncoding()),
doVCCommand("git describe --abbrev --dirty --long > " + quoteName(tmpf.toFilesystemEncoding()),
FileName(owner_->filePath()));
if (tmpf.empty())