projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef2094
)
make adminmerge more covnenient
author
Rudolf Polzer <divVerent@alientrap.org>
Sat, 8 May 2010 12:49:01 +0000
(14:49 +0200)
committer
Rudolf Polzer <divVerent@alientrap.org>
Sat, 8 May 2010 12:49:01 +0000
(14:49 +0200)
all
patch
|
blob
|
history
diff --git
a/all
b/all
index 17314d90718e1024db3101404ff9e3a449d994e1..e9134bf779b19e058e4adfda906b18ad90d67fdf 100755
(executable)
--- a/
all
+++ b/
all
@@
-562,6
+562,9
@@
case "$cmd" in
rm -rf "$patchdir"
;;
admin-merge)
+ if [ "$#" = 2 ]; then
+ set -- "${1%%/*}" "${1#*/}"
+ fi
for d in $repos; do
enter "$d0/$d" verbose
git rev-parse "$1/$2" || continue