Sebastian Thiel
Sebastian Thiel
Additionally, `./init-tests-after-clone.sh` should be executed to get the clone ready for running the tests.
Thanks for taking the time for this fantastic issue description! Unfortunately, nothing I could write here would do it any justice because I wouldn't know how to fix that. I...
Thanks for letting me know ! As I see the `IndexFile` implementation, it's definitely located in the _plumbing_ area within the git ecosystem. Therefore I would expect it to do...
I think you would have to filter this path out by yourself. It is valid to pass in iterators, and a filter could look like `(p for p in paths...
Just for completeness, [here is the link to the comment describing the workaround](https://github.com/gitpython-developers/GitPython/issues/292#issuecomment-107800965).
Having looked at it just now, I can only agree with @dongs0104 . However, as the code above calls git directly, this also means that git itself is unable to...
I wouldn't mind seeing a PR for this. The method would probably be called `ref_exists(…)`.
Thanks for all the research done to investigate, here are my thoughts. > The class comment indicates that the process should be killed when the object goes out of scope....
Absolutely right, thanks a lot for taking the time to point this out. It would be great to see a PR to improve this, such that * the comment is...
Thanks for posting! I believe this is indeed an issue, and it's worth fixing for better usability and less surprises. Historically, GitDB was meant as standalone low-level library anyone could...