]> git.madduck.net Git - etc/myrepos.git/blob - .mr/base

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

autocreate ~/mail dir
[etc/myrepos.git] / .mr / base
1 [.fgits/mr.git]
2 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/mr.git' 'mr.git' '../../'
3
4 [.fgits/ssh.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
7
8 [.fgits/git.git]
9 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/git.git' 'git.git' '../../'
10
11 [.fgits/zsh.git]
12 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/zsh.git' 'zsh.git' '../../'
13
14 [.fgits/vim.git]
15 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim.git' 'vim.git' '../../'
16
17 [.fgits/screen.git]
18 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/screen.git' 'screen.git' '../../'
19
20 [code/mr]
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 || :
29               git fetch joeyh
30               git checkout -b joeyh joeyh/master || :
31               git branch -d master || :
32               git remote rm origin || :
33               git remote add origin ssh://git.madduck.net/~/git/pub/code/mr.git
34               git fetch origin
35               git branch master origin/master
36               git checkout -b vcsh origin/vcsh
37               ;;
38          esac
39
40 [code/mrsetup]
41 checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup