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

Call help() before loadconfig()
authorLorenzo Cappelletti <lorenzo.cappelletti@gmail.com>
Sat, 26 Apr 2014 21:04:36 +0000 (23:04 +0200)
committerJoey Hess <joey@kitenet.net>
Tue, 27 May 2014 19:48:22 +0000 (15:48 -0400)
commit4400fd90c12438b6587d9ffee1384acb06b4dd88
treed5ffb1644c0f1236bdfd62f33d3093ca2172c8b3
parent18a5c6c0242c7ca6ca07ea47cb33bbf47ce8e464
Call help() before loadconfig()

This avoids annoying error messages from config files being debugged
when running 'mr help'.

Signed-off-by: Lorenzo Cappelletti <lorenzo.cappelletti@gmail.com>
mr