Skip to content

git diff --stat is not implemented. #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yiu31802 opened this issue Nov 12, 2015 · 3 comments
Closed

git diff --stat is not implemented. #363

yiu31802 opened this issue Nov 12, 2015 · 3 comments

Comments

@yiu31802
Copy link

I want to have commit.stats.files-like object for arbitrary Diff object.

@Byron
Copy link
Member

Byron commented Nov 12, 2015

As gitpython is in maintenance mode, no new features will be implemented by the maintainers.
Thus I am closing the issue, noting that you are welcome to submit a PR to get such a feature into master.

@Byron Byron closed this as completed Nov 12, 2015
@ani-hovhannisyan
Copy link

ani-hovhannisyan commented Oct 30, 2022

Hi, sorry, is this issue still actual?
How can I use "git diff --stat commit2 commit1" command with GitPython ?
This is necessary as I'm going to count changed line numbers in particular files through the history of commits, can I do so?
Thanks in advance.

@Byron
Copy link
Member

Byron commented Oct 30, 2022

It's definitely possible to run arbitrary git commands and parse their output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants