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 = checkout_hack_branch mr \
 
  22         joeyh git://git.kitenet.net/mr \
 
  23         ssh://git.madduck.net/~/git/pub/code/mr.git
 
  24         ln -fs ../code/mr/mr ~/.bin/mr
 
  25         git branch vcsh origin/vcsh
 
  26 update = case "$(git config --get remote.origin.url)" in \
 
  27             *git.madduck.net*) git pull "$@";; \
 
  28             *) git remote add joeyh git://git.kitenet.net/mr; \
 
  30                git checkout -b joeyh joeyh/master;; \
 
  34 checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup