Results 893 comments of Sebastian Thiel

@tucked Wow, fantastic write up! I would be so happy if this could be fixed for everyone with what seems like a small PR. _(Still catching up on emails, maybe...

Thanks for letting me know and for the reproducer as well. This should definitely work, and trying to fix it is likely to uncover more issues with the shoddy way...

Thanks for the report! With the given example, I could reproduce the issue and validate that GitPython essentially does the opposite. It returns the original time and inverts the offset,...

Thanks for making the issue easily reproducible. I have taken a look and noticed that the date in the commit arrives correctly, that's a pleasant surprise, and it can be...

I believe to have found the name of the method it should instead refer to, `Commit.create_from_tree()`. I'd agree that the documentation could just be repeated, by now one could consider...

Does the path at 'current working directory' actually contain a repository? [Here is what GitPython does](https://github.com/gitpython-developers/GitPython/blob/4a1339a3d6751b2e7c125aa3195bdc872d45a887/git/repo/base.py#L140:L181) to figure out if there is a git directory. Without further information there is...

Thanks for pointing this out! I was able to reproduce it, too, and do wonder how that could break knowing there is quite some test coverage.

Even though one can certainly get a list of tracked files by iterating a `Tree` object, I agree it would be nice to have a symmetric API. About the post...

GitPython handles URLs absolutely incorrectly, and it feels like hack on hack just to fix one particular problem. In that tradition… :D … and after having read [the comment](https://github.com/gitpython-developers/GitPython/blob/master/git/cmd.py#L318:L322) I...

@imkaka Thanks a lot for your help. When it's about making decisions, it is entirely up to you to make the final call. It should be possible to silence deepsource...