scripts + template header to determine repository state

This commit is contained in:
tkl
2016-07-26 11:44:06 +02:00
parent 17d5c70490
commit 6510d34e81
6 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* Generated include file */
#ifndef GIT_COMMIT_H
#define GIT_COMMIT_H
#define CURRENT_COMMIT "0"
#define AUTHOR "tkl <tkl@blackfinn.de"
#define LOCAL_CHANGES "NO"
#define UNTRACKED_FILES "NO"
#endif /* GIT_COMMIT_H */