githash incl branch, sample conf guid note

This commit is contained in:
joonicks
2018-04-16 23:13:55 +02:00
parent a77a17161c
commit d7aa3ddbb5
3 changed files with 10 additions and 2 deletions

6
src/lib/git.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
hash=`git log -n 1 | sed -r 's/^commit (.{7}).*$/\1/g; 1!d'`
branch=`git status | sed -r 's/^On branch (.+)/\1/g; 1!d'`
echo '#define GITHASH " (git:'$branch'-'$hash')"'