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:
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Joey Hess [Thu, 11 Oct 2007 18:21:25 +0000 (14:21 -0400)]
more leaf dir fixes
Joey Hess [Thu, 11 Oct 2007 18:17:48 +0000 (14:17 -0400)]
fix repo finding logic
Joey Hess [Thu, 11 Oct 2007 18:02:57 +0000 (14:02 -0400)]
improvements for working in a subdir of a repo
Joey Hess [Thu, 11 Oct 2007 17:46:02 +0000 (13:46 -0400)]
add mr list command, and clarify what repos it will choose to act on
Joey Hess [Thu, 11 Oct 2007 17:39:43 +0000 (13:39 -0400)]
newline simplification
Joey Hess [Thu, 11 Oct 2007 17:38:18 +0000 (13:38 -0400)]
add help and diff commands
Joey Hess [Thu, 11 Oct 2007 17:11:42 +0000 (13:11 -0400)]
clean up extra newlines
Joey Hess [Thu, 11 Oct 2007 17:09:34 +0000 (13:09 -0400)]
don't count skipping a directory because of cwd a skip for the statistics
Joey Hess [Thu, 11 Oct 2007 17:07:12 +0000 (13:07 -0400)]
handle being in a subdir of a repository
Joey Hess [Thu, 11 Oct 2007 16:23:20 +0000 (12:23 -0400)]
pass parameters through to all commands
probably mostly useful in the case where mr is using all one revision
control system..
Joey Hess [Thu, 11 Oct 2007 16:22:00 +0000 (12:22 -0400)]
add alias support
Joey Hess [Thu, 11 Oct 2007 07:59:26 +0000 (03:59 -0400)]
properly return from function
Joey Hess [Thu, 11 Oct 2007 07:50:45 +0000 (03:50 -0400)]
include the lib code when running skip tests
Joey Hess [Thu, 11 Oct 2007 07:18:42 +0000 (03:18 -0400)]
add fields
Joey Hess [Thu, 11 Oct 2007 07:14:38 +0000 (03:14 -0400)]
chdir to the directory before running the skip test
allows for things like skip = ! test -d .svn
Joey Hess [Thu, 11 Oct 2007 07:03:19 +0000 (03:03 -0400)]
add support for shell lib settings
Joey Hess [Thu, 11 Oct 2007 06:33:12 +0000 (02:33 -0400)]
add
Joey Hess [Thu, 11 Oct 2007 06:13:15 +0000 (02:13 -0400)]
Merge branch 'master' of ssh://kitenet.net/srv/git/kitenet.net/mr
Joey Hess [Thu, 11 Oct 2007 06:11:36 +0000 (02:11 -0400)]
all skipped should be a nonzero exit
Joey Hess [Thu, 11 Oct 2007 06:10:02 +0000 (02:10 -0400)]
add cleanup example
Joey Hess [Thu, 11 Oct 2007 05:52:55 +0000 (01:52 -0400)]
update example
Joey Hess [Thu, 11 Oct 2007 05:43:16 +0000 (01:43 -0400)]
fix pushing (again..)
Joey Hess [Thu, 11 Oct 2007 05:42:22 +0000 (01:42 -0400)]
testing..
Joey Hess [Thu, 11 Oct 2007 05:42:08 +0000 (01:42 -0400)]
testing..
Joey Hess [Thu, 11 Oct 2007 05:41:20 +0000 (01:41 -0400)]
make mrconfig chain-loading explicit
doing it implicitly was unsafe, if the repo didn't have a trusted committer
Joey Hess [Thu, 11 Oct 2007 05:24:43 +0000 (01:24 -0400)]
action
Joey Hess [Thu, 11 Oct 2007 05:24:12 +0000 (01:24 -0400)]
action
Joey Hess [Thu, 11 Oct 2007 05:24:01 +0000 (01:24 -0400)]
action
Joey Hess [Thu, 11 Oct 2007 05:23:37 +0000 (01:23 -0400)]
action abbrevs
Joey Hess [Thu, 11 Oct 2007 05:19:32 +0000 (01:19 -0400)]
action
Joey Hess [Thu, 11 Oct 2007 05:18:09 +0000 (01:18 -0400)]
action
Joey Hess [Thu, 11 Oct 2007 05:12:00 +0000 (01:12 -0400)]
don't push unless the commit succeeded!
Joey Hess [Thu, 11 Oct 2007 05:07:32 +0000 (01:07 -0400)]
improve error messages
Joey Hess [Thu, 11 Oct 2007 05:04:31 +0000 (01:04 -0400)]
git push on commit, as per the documentation
Joey Hess [Thu, 11 Oct 2007 05:03:23 +0000 (01:03 -0400)]
minor updates
Joey Hess [Thu, 11 Oct 2007 04:54:01 +0000 (00:54 -0400)]
checkout on update if the repo isn't checked out yet
Joey Hess [Thu, 11 Oct 2007 04:34:03 +0000 (00:34 -0400)]
fix mr update when inside a repo
Joey Hess [Thu, 11 Oct 2007 04:23:40 +0000 (00:23 -0400)]
typo
Joey Hess [Thu, 11 Oct 2007 04:18:21 +0000 (00:18 -0400)]
allow .mrconfig to be a symlink
abs_path would canonicalise the symlink and mr would try to from the
directory of the file it pointed to, avoid that counterintive behavior
Joey Hess [Thu, 11 Oct 2007 04:09:13 +0000 (00:09 -0400)]
simply my svn-homedir example
Joey Hess [Thu, 11 Oct 2007 03:43:14 +0000 (23:43 -0400)]
initial checkin