X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a2b2ee1876593afb1235652397d2194ef704e3b5..974251824556a96bd670d48c2ffcf4c0a9c12426:/mr diff --git a/mr b/mr index 87618a2..412209d 100755 --- a/mr +++ b/mr @@ -1183,12 +1183,7 @@ git_bare_test = test "`GIT_CONFIG="$MR_REPO"/config git config --get core.bare`" = true svn_update = svn update "$@" -git_update = - if [ "$@" ]; then - git pull "$@" - else - git pull - fi +git_update = git pull "$@" bzr_update = bzr merge "$@" cvs_update = cvs update "$@" hg_update = hg pull "$@" && hg update "$@"