]> git.madduck.net Git - code/vcsh.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:

vcsh: Implement shortnames for commands
authorRichard Hartmann <richih@debian.org>
Thu, 29 Aug 2013 18:20:00 +0000 (20:20 +0200)
committerRichard Hartmann <richih@debian.org>
Thu, 29 Aug 2013 18:20:00 +0000 (20:20 +0200)
commite98b51e220feeca897582e1dd879ebc76e5f6dfd
tree75d6b45331be3d715392191a72ca6ff72a5ed4ae
parent738f3a10cd747b77e64e8a3240e1e124ce276d49
vcsh: Implement shortnames for commands

    vcsh st

will now expand to

    vcsh status
vcsh