From: Rudolf Polzer Date: Sun, 11 Apr 2010 19:09:32 +0000 (+0200) Subject: add "commit" as alias to push in the ./all script X-Git-Tag: xonotic-v0.1.0preview~502 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=2a8628fbe7b9c13fab9bf353af09311ffc156bcb;hp=4ece547f4f5694b5ffb75c10c1e15b272bae1de7 add "commit" as alias to push in the ./all script --- diff --git a/all b/all index 1cd8124a..4e0e9460 100755 --- a/all +++ b/all @@ -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"