Sebastian Thiel
Sebastian Thiel
Thanks for reporting! It seems there is no test covering making changes to configuration files then. I hope a fix can be contributed that adds a test, and the fix...
Thanks a lot for the detailed description of the problem and for making it reproducible, it's much appreciated. My stance since [the comment in #851](https://github.com/gitpython-developers/GitPython/issues/851#issuecomment-513440278) didn't change and improving the...
Thanks a lot for sharing! In `gitoxide`, accessing an entry of a tree yields exactly that, an `Entry`, which provides access to the 'git-object-in-db', it's name and its file mode....
Good to hear that `tree.entry()` seems intuitive, let's go with that then. > So overall, sounds like a good idea. Are you thinking a new class? something like git.objects.Entry or...
> I don't have a strong opinion one way or the other on Entry.__eq__ and Entry.path. Probably more inclined to make them equal and not have path since that sounds...
Interesting! I'd also expect this to work particularly since its talking about `section: 'user'` not being present even though it is present. I don't know what's expected though as it...
I can't confirm it as I didn't try. If it doesn't work for you it's a reason to look into the matter. I'd check for `config.py` and `test_config.py` for hints...
Thanks for reporting! There most definitely isn't any test for this usecase, and certain assumptions aren't met anymore leading to this failure. The trick here is that `git` stores the...
Unfortunately I can't, by now it's all guess-work and intuition. I don't think the issue you might be referring to is related though.
Thanks for the detailed report. I think it happens [in this line](https://github.com/gitpython-developers/GitPython/blob/3901d4ccdbd7c2450ff6faadebf2d33e2b246a7b/git/repo/base.py#L1242C21-L1245) as it meddles with the URL of the remote. This is where it re-writes the config and does...