提交 ab6e3628 authored 作者: Jeff Lenk's avatar Jeff Lenk 提交者: Ken Rice

FS-4219 --resolve

上级 67746bc7
...@@ -376,7 +376,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest) ...@@ -376,7 +376,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest)
If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then
'Bild version string 'Bild version string
strGitVer = "git~" & strLastCommit & "~" & strRevision strGitVer = "git~" & strLastCommit & "~" & strRevision
strVerHuman = "; git at commit " & strRevision & " on " & strLastCommitHuman strVerHuman = strVerRev & "; git at commit " & strRevision & " on " & strLastCommitHuman
'Check for local changes, if found, append to git revision string 'Check for local changes, if found, append to git revision string
If ShowUnclean Then If ShowUnclean Then
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论