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

Removed newline escape sequence that was not properly being obeyed anyway, was printi...
authorCaleb Maclennan <caleb@alerque.com>
Sun, 20 Oct 2013 01:58:22 +0000 (19:58 -0600)
committerRichard Hartmann <richih@debian.org>
Sun, 27 Oct 2013 11:50:47 +0000 (12:50 +0100)
commit024b65aac5760f1e89811b4eb3fa2a7722fca8d8
tree1d73f91656dc7449bf9185c19e0f6ce61cbe8029
parent9dbe1f2d9897e49fa1970300fe29619e68b0e55f
Removed newline escape sequence that was not properly being obeyed anyway, was printing to the console as is. Not needed because the echo being used already terminates with a newline.
vcsh