]> git.madduck.net Git - code/myrepos.git/commit

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:

don't list rcs specific commands in usage message or
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 23:49:32 +0000 (19:49 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 23:49:32 +0000 (19:49 -0400)
commit36cda79ee48ec6038e0e3123ff6d679e65f6a6f0
tree41cd4854ec7a3d7ec447367c887423d7d70a03bc
parent3a17bcf2c93b0c8e67e58d80a40b08e8db7c0bd8
don't list rcs specific commands in usage message or
allow them to be run manually

Just too confusing.

This does also prevent user-defined commands from
having '_' in the name, but I think that's acceptable.
mr