projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816c025
)
be more verbose
author
Rudolf Polzer <divVerent@alientrap.org>
Mon, 9 Aug 2010 12:01:51 +0000
(14:01 +0200)
committer
Rudolf Polzer <divVerent@alientrap.org>
Mon, 9 Aug 2010 12:01:51 +0000
(14:01 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index ef561178b9f8737eeb54b7f8cf1f9600cb811d38..447a390abc26669a48a68725656dfc4a6c213ca7 100755
(executable)
--- a/
all
+++ b/
all
@@
-864,14
+864,14
@@
case "$cmd" in
for d in $repos; do
enter "$d0/$d" verbose
if $force; then
- git checkout-index -fa
+
verbose
git checkout-index -fa
fi
case "$d" in
.)
- git clean -df
+
verbose
git clean -df
;;
*)
- git clean -xdf
+
verbose
git clean -xdf
;;
esac
done