]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
add "commit" as alias to push in the ./all script
[xonotic/xonotic.git] / all
diff --git a/all b/all
index f36fdde2eeeceae5f4f5137e37e4b1001f72e655..4e0e9460b1ad9133921afe5551690d1f196822fa 100755 (executable)
--- a/all
+++ b/all
@@ -18,7 +18,7 @@ SELF="$d0/all"
 case "$0" in
        all|*/all)
                case "`uname`" in
-                       MINGW*)
+                       MINGW*|Win*)
                                # Windows hates users. So this script has to copy itself elsewhere first...
                                tname=
                                cp "$SELF" ../all.xonotic.sh
@@ -270,7 +270,7 @@ case "$cmd" in
                        cd "$d0"
                done
                ;;
-       push)
+       push|commit)
                for d in $repos; do
                        dv=`visible_repo_name "$d"`
                        enter "$d0/$d"