mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Internal: looks like "git rev-parse --short" is not guaranteed to output a 7-char hash...
This commit is contained in:
parent
92cc013398
commit
f44ddc23f4
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace mxd.VersionFromGIT
|
|||
{
|
||||
#region ======================== Constants
|
||||
|
||||
private const string GIT_INFO = "@echo off\r\ngit rev-list --count master\r\ngit rev-parse --short master";
|
||||
private const string GIT_INFO = "@echo off\r\ngit rev-list --count master\r\ngit rev-parse --short=7 master";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue