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

Always ensure all parent .mrconfig files are loaded consistent-parent-config
authormartin f. krafft <madduck@madduck.net>
Tue, 9 Sep 2014 07:02:09 +0000 (09:02 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 9 Sep 2014 07:02:09 +0000 (09:02 +0200)
commitd98311be7b311946f199443443d9fab3ecbaead9
treed7facf2a8bb1b4610fbacd1e4f44609bc9013972
parentfb436fec2ca98879769e4ac20d905ed9e717815b
Always ensure all parent .mrconfig files are loaded

There may be parent .mrconfig files between ~/.mrconfig and ./.mrconfig
that is not chain-loaded from ~/.mrconfig. Such is the case if you e.g.
download a team-repository to work (such as the debconf-team repo), but
you don't want to put it into the ~/.mrconfig chain.

In those cases, all parent .mrconfig files should be loaded, in case
there are settings or lib snippets needed in subdirectories.

Fortunately, the code already ensures that config files are only loaded
once, so this is trivial to patch.

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