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

factor out runsh
authorJoey Hess <joey@kitenet.net>
Mon, 5 Dec 2011 21:26:46 +0000 (17:26 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 5 Dec 2011 21:26:46 +0000 (17:26 -0400)
commit48204df369a5931a4bf3c9e153e54727ada7c9f1
treed68cc4b2b535cb5cead4cea0be2ba060d3e7c016
parent41154ea11d56079c1a1a68336589652000a84fe6
factor out runsh

A common function to run shell commands, with a nice little optimisation
for "true" and "false". That optimisation speeds up "mr list" by 2 seconds
here.
debian/changelog
mr