All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
   2 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/mr.git' 'mr.git' '../../'
 
   5 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/ssh.git' 'ssh.git' '../../' && make -C ~/.ssh
 
   6 update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.ssh
 
   9 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/git.git' 'git.git' '../../'
 
  12 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/zsh.git' 'zsh.git' '../../'
 
  15 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim.git' 'vim.git' '../../'
 
  18 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/screen.git' 'screen.git' '../../'
 
  21 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/crontab.git' 'crontab.git' '../../'
 
  24 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/a2ps.git' 'a2ps.git' '../../'
 
  27 checkout = checkout_hack_branch mr \
 
  28         joeyh git://git.kitenet.net/mr \
 
  29         ssh://git.madduck.net/~/git/pub/code/mr.git
 
  30         ln -fs ../code/mr/mr ~/.bin/mr
 
  31         git branch vcsh origin/vcsh
 
  32 update = case "$(git config --get remote.origin.url)" in
 
  33            *git.madduck.net*) git pull "$@";;
 
  34            *) git remote add joeyh git://git.kitenet.net/mr || :
 
  36               git checkout -b joeyh joeyh/master || :
 
  37               git branch -d master || :
 
  38               git remote rm origin || :
 
  39               git remote add origin ssh://git.madduck.net/~/git/pub/code/mr.git
 
  41               git branch master origin/master
 
  42               git checkout -b vcsh origin/vcsh
 
  47 checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup