Sebastian Thiel
Sebastian Thiel
The idea is that the flatpack version doesn't work as it should, so ideally there would be a way to install an alternative version or build it yourself. Maybe that...
Yes, apologies for the loss of context. Then I think it's all clear and we know it's an issue with the flatpack build, and nothing else.
Thanks for reporting! Could you also share the version you are using for good measure? Thanks again.
I am so sorry to hear that :/! There have been fixes for a function (`create_wd_tree()`) that *might miss* local changes under some circumstances (and I introduced this bug even...
Maybe these targets could also be tested on CI to prevent future regression.
Thanks for sharing this draft, I am happy it could already find a genuine issue (#1893) despite a high rate of false positives. My feeling here is that given that...
Thanks for reporting. Even though I couldn't reproduce it, I wouldn't be surprised if something is going wrong here. It might be that it doesn't recognise the path as absolute,...
Thanks for sharing - I agree. The code for this is here, in case anyone wants to give it a shot: https://github.com/gitpython-developers/GitPython/blob/64ec0b1f86ada5565e30bc21b4ad189c6c4df49e/git/cmd.py#L463-L476
Thanks for providing all this information to help making it possible to understand the issue. I most definitely still don't follow and would believe that `git pull` will always do...
I have created a new issue for the other problem discovered here: #8800