From 2a8628fbe7b9c13fab9bf353af09311ffc156bcb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 11 Apr 2010 21:09:32 +0200 Subject: [PATCH] add "commit" as alias to push in the ./all script --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2