Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <DanTheMan827>2017-10-17 18:40:42 +0300
committerDaniel <DanTheMan827>2017-10-17 18:40:42 +0300
commitbe0d7035ee248144600f180c5c9182b634ca1ce5 (patch)
tree5065ef534be819d17e6db6d6faffa46efff0b063 /hakchi_gui.csproj
parentf14691a591ecd88b0287b2be1a3c66bda32c1121 (diff)
Small fix
Diffstat (limited to 'hakchi_gui.csproj')
-rw-r--r--hakchi_gui.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 84dda3b4..b0df77b3 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -2697,6 +2697,7 @@ git --version &amp;&amp; (
for /f %25%25i in ('git rev-parse --short HEAD') do (
git diff-index --quiet HEAD -- &amp;&amp; (
echo|set /p="%25%25i" &gt;&gt; "$(ProjectDir)commit.txt"
+ SET ERRORLEVEL=0
) || (
echo|set /p="%25%25i (dirty)" &gt;&gt; "$(ProjectDir)commit.txt"
)