X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/4d5ec9803b74d0f3e9c002a92a748bd08b6640ac..refs/heads/master:/setlocalversion?ds=sidebyside diff --git a/setlocalversion b/setlocalversion index 221f868..30ad27c 100755 --- a/setlocalversion +++ b/setlocalversion @@ -14,7 +14,7 @@ compute_version() head=$(git rev-parse --verify --short HEAD) printf "~git-%s" "$head" # Check for uncommitted changes - if git diff-index --name-only HEAD | read dummy; then + if git diff --name-only HEAD | read dummy; then printf '%s' "-dirty" fi