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

chdir() to config directory before including chdir-for-chain
authormartin f. krafft <madduck@madduck.net>
Tue, 9 Sep 2014 04:39:54 +0000 (06:39 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 9 Sep 2014 04:50:10 +0000 (06:50 +0200)
commitfb436fec2ca98879769e4ac20d905ed9e717815b
treee553a4c270fad487f993566c4b1742bcbd7320f0
parent83b06b2499053e1c03aa7b85b199a439dc9a396d
chdir() to config directory before including

Make mr try to chdir() to the dirname() of any .mrconfig files it's
supposed to load. If the chdir() is successful, then the filename is
truncated to basename(). If the chdir() is unsuccessful, then processing
happens as before.

Signed-off-by: martin f. krafft <madduck@madduck.net>
mr