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

use LANG=C when parsing command output
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 13 Oct 2007 17:22:44 +0000 (13:22 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 13 Oct 2007 17:22:44 +0000 (13:22 -0400)
commitd1e21e723b6deb2263449195f6e63e5246d2e8b5
tree8b838e929eda76325cd1330e3b568a9b6608b896
parenta708fc071206774d0a41a5d7d903055b9f199239
use LANG=C when parsing command output

Thanks to Gabriel de Perthuis for the bug report.
mr