X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/f599454f22165c222c34539e63afc3094fe9ff18..97e6a460eae6b3f1f68f771587a26b17891f8ec3:/.mr/base diff --git a/.mr/base b/.mr/base index b34da74..3fd8842 100644 --- a/.mr/base +++ b/.mr/base @@ -16,3 +16,19 @@ checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net [.fgits/screen.git] checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/screen.git' 'screen.git' '../../' + +[code/mr] +checkout = checkout_hack_branch mr \ + joeyh git://git.kitenet.net/mr \ + ssh://git.madduck.net/~/git/pub/code/mr.git + ln -fs ../code/mr/mr ~/.bin/mr + git branch vcsh origin/vcsh +update = case "$(git config --get remote.origin.url)" in \ + *git.madduck.net*) git pull "$@";; \ + *) git remote add joeyh git://git.kitenet.net/mr; \ + git remote update; \ + git checkout -b joeyh joeyh/master;; \ + esac + +[code/mrsetup] +checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup