FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add type of change to files_dict of a commit by JonasScharpf · Pull Request #1943 · gitpython-developers/GitPython · GitHub

Add type of change to files_dict of a commit - #1943

Merged
Byron merged 1 commit into
gitpython-developers:mainfrom
JonasScharpf:feature/add-change-type-to-commit-stats
Jul 18, 2024
Merged

Add type of change to files_dict of a commit#1943
Byron merged 1 commit into
gitpython-developers:mainfrom
JonasScharpf:feature/add-change-type-to-commit-stats

Conversation

Copy link
Copy Markdown
Contributor

This allows to not only get the total, inserted or deleted number of lines being changed but also the type of change like Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R), type changed (T), Unmerged (U), Unknown (X), or pairing Broken (B)

This allows to not only get the total, inserted or deleted number of
lines being changed but also the type of change like
Added (A), Copied (C), Deleted (D), Modified (M), Renamed (R),
type changed (T), Unmerged (U), Unknown (X), or pairing Broken (B)
JonasScharpf force-pushed the feature/add-change-type-to-commit-stats branch from 323c042 to ce8a69a Compare July 17, 2024 12:10

Byron left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks a lot for contributing this improvement. It really does look great already.

There is one question left, could you take a look?
Thanks

Comment thread test/test_stats.py

Byron left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks a lot for contributing, much appreciated.

Comment thread test/test_stats.py
Byron merged commit ea583e1 into gitpython-developers:main Jul 18, 2024
JonasScharpf deleted the feature/add-change-type-to-commit-stats branch July 18, 2024 07:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL