X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/f9e5b47e127d5c1d5a0caacf9b97b0c427551cbe..e2c23b1c72edb84f70491f4e345691fba9160c9c:/.mr/base diff --git a/.mr/base b/.mr/base index 13f48c2..6229f7e 100644 --- a/.mr/base +++ b/.mr/base @@ -17,6 +17,15 @@ 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' '../../' +[.fgits/crontab.git] +checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/crontab.git' 'crontab.git' '../../' + +[.fgits/a2ps.git] +checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/a2ps.git' 'a2ps.git' '../../' + +[.fgits/top.git] +checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/top.git' 'top.git' '../../' + [code/mr] checkout = checkout_hack_branch mr \ joeyh git://git.kitenet.net/mr \ @@ -25,11 +34,11 @@ checkout = checkout_hack_branch 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 add joeyh git://git.kitenet.net/mr || : git fetch joeyh - git checkout -b joeyh joeyh/master - git branch -d master - git remote rm origin + git checkout -b joeyh joeyh/master || : + git branch -d master || : + git remote rm origin || : git remote add origin ssh://git.madduck.net/~/git/pub/code/mr.git git fetch origin git branch master origin/master