From: Joey Hess Date: Thu, 11 Oct 2007 05:19:32 +0000 (-0400) Subject: action X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/dbf354fca4219193573881c279bfc0091b7323a4?ds=inline action --- diff --git a/mr b/mr index 6988ed2..4396e83 100755 --- a/mr +++ b/mr @@ -367,7 +367,8 @@ commit = \ if [ -d .svn ]; then \ svn commit "$@"; \ elif [ -d .git ]; then \ - git commit -a "$@" && git push --all; \ + echo "foo: $@" \ + git commit -a "$@" \ else \ echo "mr commit: unknown repo type"; \ exit 1; \