Michael Hanke

Results 197 comments of Michael Hanke

I looked into how to prevent this, but then started to ask myself why I would want to do that. If someone puts a bare repo into another (without a...

Makes sense. It may be necessary to actually patch `.overrides` and trigger a reload going in an out of the context. Otherwise the patch will not survive a reload that...

The is an (alternative) proposal that would likely make internal use of the feature proposed here - https://github.com/datalad/datalad/issues/5587

https://github.com/datalad/datalad-next/pull/760 now has a context manager that can do this. It posts overrides to the Git-aware ENV, hence affects subprocesses also. Looks like this: ```py with manager.overrides(cfg_overrides): ... ``` where...

Yes, it does not validate the default , hence the default (`None` in this case) is also not part of the validator, hence is also not advertised in the docs....

Could you do me a favor and let me know if the behavior is the same with datalad-next installed and enabled? The extension patches the push command heavily, and addresses...