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' '../../' && make -C ~/.crontab.d
22 update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.crontab.d
25 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/a2ps.git' 'a2ps.git' '../../'
28 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/top.git' 'top.git' '../../'
31 checkout = checkout_hack_branch mr \
32 joeyh git://git.kitenet.net/mr \
33 ssh://git.madduck.net/~/git/pub/code/mr.git
34 ln -fs ../code/mr/mr ~/.bin/mr
35 git branch vcsh origin/vcsh
36 update = case "$(git config --get remote.origin.url)" in
37 *git.madduck.net*) git pull "$@";;
38 *) git remote add joeyh git://git.kitenet.net/mr || :
40 git checkout -b joeyh joeyh/master || :
41 git branch -d master || :
42 git remote rm origin || :
43 git remote add origin ssh://git.madduck.net/~/git/pub/code/mr.git
45 git branch master origin/master
46 git checkout -b vcsh origin/vcsh
51 checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup