Sebastian Thiel
Sebastian Thiel
Thanks so much for the analysis, and for cross-linking the related issues! I agree with the sentiment that there should be a choice on how to integrate. Personally I think...
To see more easily what's affected, you can run `cargo check --all-targets`.
Maybe you have an idea if this is a feature or not @estib-vega .
Thanks for reporting! GitPython absolutely has a problem with encodings, in that it *should* use bytes in most places where it now uses strings, and the same is true for...
Please note that this is best reviewed with "Hide whitespace" enabled.
Thanks a lot for the review! I am still working on the `git-metrics` tests of which 4 regress when using Git, but I will see if this is something with...
Thanks for the approval, I hoe to get CI green tomorrow.
This should go through now. Please note that while considering to fix the "staged changes don't show with Git" issue, I noticed that this would require another call via `git...
CC @estib-vega .
Thanks for reporting! This shouldn't be happening as it starts out the slotmap with `num_files_to_open * 2`, so there is always twice as much as it would need to map...