projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd9d5d9
)
fix ./all clean -f -m
author
Rudolf Polzer <divverent@alientrap.org>
Sat, 18 Sep 2010 14:58:48 +0000
(16:58 +0200)
committer
Rudolf Polzer <divverent@alientrap.org>
Sat, 18 Sep 2010 14:58:48 +0000
(16:58 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index c25f2c77441354ca018909fae1613d53c2b7d21d..3eae364dc7156bdbab425cea36d6930f3bad5fdf 100755
(executable)
--- a/
all
+++ b/
all
@@
-970,6
+970,7
@@
case "$cmd" in
elif $gotomaster; then
if $force; then
verbose git checkout -f "`repobranch "$d"`"
+ verbose git reset --hard
else
verbose git checkout "`repobranch "$d"`"
fi