mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 12:17:05 +01:00
more explicit clean git tree message
This commit is contained in:
@ -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\
|
||||
|
Reference in New Issue
Block a user