]> 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:

change pytagsfs url
[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 [.fgits/crontab.git]
21 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/crontab.git' 'crontab.git' '../../'
22
23 [.fgits/a2ps.git]
24 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/a2ps.git' 'a2ps.git' '../../'
25
26 [code/mr]
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 || :
35               git fetch joeyh
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
40               git fetch origin
41               git branch master origin/master
42               git checkout -b vcsh origin/vcsh
43               ;;
44          esac
45
46 [code/mrsetup]
47 checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup