Skip to content

Commit

Permalink
git testing
Browse files Browse the repository at this point in the history
  • Loading branch information
faetos committed Jul 29, 2018
1 parent 2ab338b commit e233ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/genbuild.sh
Expand Up @@ -22,7 +22,7 @@ if [ -e "$(which git 2>/dev/null)" -a "$(git rev-parse --is-inside-work-tree 2>/
# clean 'dirty' status of touched files that haven't been modified
git diff >/dev/null 2>/dev/null

# if latest commit is tagged and not dirty, then override using the tag name
# if latest commit is tagged and not dirty, then override using the tag name - suspect
DESC=$(git describe 2>/dev/null)
RAWDESC=$(git describe --abbrev=0 2>/dev/null)
git diff-index --quiet HEAD -- || DESC="$DESC-dirty"
Expand Down

0 comments on commit e233ce3

Please sign in to comment.