X-Git-Url: https://git.toastfreeware.priv.at/gregoa/movein.git/blobdiff_plain/5813602b81cd1a8b6a7846c3383529540c40c633..cd33d732d04186c2fb65e02da34a9ec21990f96b:/movein diff --git a/movein b/movein index a8f1943..3a866b1 100755 --- a/movein +++ b/movein @@ -4,11 +4,10 @@ set -e - usage() { bn=$(basename $0) cat < .mrconfig + cat < $MRCONFIG [DEFAULT] include = cat /usr/share/mr/git-fake-bare END @@ -85,7 +85,7 @@ add() { git config core.bare false GIT_WORK_TREE="$PWD" git pull trap - 0 - cat <> .mrconfig + cat <> $MRCONFIG [$LOCAL_REPO] checkout = git_fake_bare_checkout '$REPO_URL' '$REPO_NAME' '../../' @@ -133,7 +133,7 @@ new() { git push --all trap - 0 - cat <> .mrconfig + cat <> $MRCONFIG [$LOCAL_REPO] checkout = git_fake_bare_checkout '$REPO_URL' '$REPO_NAME' '../../' @@ -153,4 +153,4 @@ case "$command" in new) new $@ ;; -esac \ No newline at end of file +esac