mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
more explicit clean git tree message
This commit is contained in:
parent
fada2aa0f7
commit
0bb532f72b
@ -27,7 +27,7 @@ version-cache:
|
||||
if [ `git status --porcelain | grep -v '??' | wc -l` -gt 0 ]; then\
|
||||
a="uncommited changes";\
|
||||
else\
|
||||
a="no uncommitted changes";\
|
||||
a="clean";\
|
||||
fi;\
|
||||
echo "`git log -n 1 --format=format:"#define GITHASH \\"%H:%d $$a\\"%n" HEAD`" > vertmp;\
|
||||
if [ -e version-cache ]; then\
|
||||
|
Loading…
Reference in New Issue
Block a user