We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c13530 commit 9b07df4Copy full SHA for 9b07df4
1 file changed
scripts/setlocalversion
@@ -94,7 +94,7 @@ scm_version()
94
git --no-optional-locks status -uno --porcelain 2>/dev/null ||
95
git diff-index --name-only HEAD
96
} | grep -qvE '^(.. )?scripts/package'; then
97
- printf '%s' -dirty
+ printf '%s' ''
98
fi
99
100
# All done with git
@@ -118,7 +118,7 @@ scm_version()
118
# Are there uncommitted changes?
119
# These are represented by + after the changeset id.
120
case "$hgid" in
121
- *+|*+\ *) printf '%s' -dirty ;;
+ *+|*+\ *) printf '%s' '' ;;
122
esac
123
124
# All done with mercurial
0 commit comments