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.
1 # An example config file for the mr(1) command.
4 # Teach mr how to run svn cleanup.
5 cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi
6 # Tests used in the skips below.
7 # - wantsrc checks whether I probably want a full source checkout (quite
9 # - mylaptop only succeeds if it's on my main development laptop, which
10 # gets lots of extra cruft
13 test "$(whoami)" = joey; \
16 test "$(hostname)" = kodama; \
20 checkout = git clone ssh://kitenet.net/srv/git/kitenet.net/mr
24 checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
25 skip = ! mylaptop || ! wantsrc
28 # A merge of the upstream dpkg git repo and my own personal branch.
30 git clone git://git.debian.org/git/dpkg/dpkg.git && \
32 git remote add kite ssh://kitenet.net/srv/git/kitenet.net/dpkg && \
34 git checkout -b sourcev3 kite/sourcev3
35 update = git pull origin master && git pull kite sourcev3
36 commit = git push kite
42 CVSROOT=:ext:joeyh@cvs.debian.org:/cvs/webwml \
43 cvs co -d www.debian.org webwml
44 # cvs sucks sufficiently that I prefer to run these commands by hand,
46 update = echo "skipping cvs update (too slow)"
47 status = echo "skipping cvs status (too ugly)"
50 # My home directory, which I keep in svn.
52 checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey
53 # run svnfix after each update
54 update = svn update && svnfix