Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298230
b: refs/heads/master
c: 7f3bd6c
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Michal Marek committed Mar 26, 2012
1 parent 910b577 commit a024aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9aaf440f8fabcebf9ea79a62ccf4c212e6544b49
refs/heads/master: 7f3bd6c9cb8e9fa2b57bfa860cd3e734a28f48ed
3 changes: 1 addition & 2 deletions trunk/scripts/setlocalversion
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ scm_version()
[ -w . ] && git update-index --refresh --unmerged > /dev/null

# Check for uncommitted changes
if git diff-index --name-only HEAD | grep -v "^scripts/package" \
| read dummy; then
if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
printf '%s' -dirty
fi

Expand Down

0 comments on commit a024aba

Please sign in to comment.