Skip to content
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

Feature Idea: Show Changes with git --stat #479

Open
kevintraver opened this issue Mar 31, 2024 · 1 comment
Open

Feature Idea: Show Changes with git --stat #479

kevintraver opened this issue Mar 31, 2024 · 1 comment

Comments

@kevintraver
Copy link

Currently in Diff View File History the changes show up like this:

A added-file-1.js 3, 0
A added-file-2.js 13, 0
M changed-file-1.js 9, 12
M changed-file-2.js 4, 4

It would be useful to have an option to show the changes similar to git log --stat

A added-file-1.js   |  3 +++
A added-file-2.js   | 13 +++++++++++++
M changed-file-1.js | 21 +++++++++------------
M changed-file-2.js |  8 ++++----
@kevintraver kevintraver changed the title Feature Idea: Show Diffs with + / - Feature Idea: Show Changes with + / - Mar 31, 2024
@kevintraver
Copy link
Author

kevintraver commented Mar 31, 2024

Showing the full stat also makes renames show up with more detail.

R deleted-file-1.js 0, 0

becomes:

R changed-file-1.js => deleted-file-1.js | 0

@kevintraver kevintraver changed the title Feature Idea: Show Changes with + / - Feature Idea: Show Changes with full git --stat Apr 1, 2024
@kevintraver kevintraver changed the title Feature Idea: Show Changes with full git --stat Feature Idea: Show Changes with git --stat Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant