projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e48b0d
)
compat-drivers: fix space damage on git-paranoia
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 20:20:34 +0000
(13:20 -0700)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 20:20:34 +0000
(13:20 -0700)
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/git-paranoia
patch
|
blob
|
history
diff --git
a/scripts/git-paranoia
b/scripts/git-paranoia
index fcb2df0c258a4226f449bffbfae119d523fcac28..ae046ac2bcc417edf594ff2681935b24ea04a964 100755
(executable)
--- a/
scripts/git-paranoia
+++ b/
scripts/git-paranoia
@@
-61,7
+61,7
@@
function __git_paranoia()
# but we also want *no* unepxected content on the releases! If you have
# any files that do not belong into the git tree, nuke them, we won't do it
# for you!
- if [[ $(git status -s | wc -l) -ne 0 ]]; then
+ if [[ $(git status -s | wc -l) -ne 0 ]]; then
echo -e "Not commited content:"
git status -s
fi