From: Joey Hess Date: Thu, 11 Oct 2007 05:24:43 +0000 (-0400) Subject: action X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/fab3cd8dccfedbc3e70531f916551b12a48cfec1?ds=inline action --- diff --git a/mr b/mr index 72c917c..4f33567 100755 --- a/mr +++ b/mr @@ -368,7 +368,7 @@ commit = \ if [ -d .svn ]; then \ svn commit "$@"; \ elif [ -d .git ]; then \ - git commit -a "$@" \ + git commit -a "$@" && git push --all \ else \ echo "mr commit: unknown repo type"; \ exit 1; \