X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/565de32fed5b476d0003da7ebb4c35ac14b149c7..c45104b555bcabaa5571d5d9af45cbcae4b369eb:/mr diff --git a/mr b/mr index f4a93b6..079af52 100755 --- a/mr +++ b/mr @@ -1166,7 +1166,12 @@ 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 -t origin master; fi +git_update = + if [ "$@" ]; then + git pull "$@" + else + git pull + fi bzr_update = bzr merge "$@" cvs_update = cvs update "$@" hg_update = hg pull "$@" && hg update "$@"