You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with the Repo.blame() method, for all M modifications (heck, also for A) I would like a list of line numbers.
I currently have code that does the git diff and parses the @@ line number info and I use it in combination with tools like pylint to report only issues with modified code in a CI job.
The text was updated successfully, but these errors were encountered:
I am closing the issue as GitPython is in maintenance mode, thus requests for additional features are rejected by default.
PRs with additional features will always be reviewed though.
Thanks for your understanding.
Thanks, I mostly filed the issue to see if it was already being worked on or if anybody had any cautionary tales. I'll see if I can work up a PR for this.
As with the Repo.blame() method, for all M modifications (heck, also for A) I would like a list of line numbers.
I currently have code that does the git diff and parses the @@ line number info and I use it in combination with tools like pylint to report only issues with modified code in a CI job.
The text was updated successfully, but these errors were encountered: