question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make file view in Pull Request show "file added/modified/deleted" status

See original GitHub issue

When reviewing a PR and viewing all the files (with diffs collapsed) it’s difficult to quickly tell which files were added/modified/removed. Some sort of status indicator, such as the A/M/D output in git show --raw, would be ideal.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
yakov116commented, Aug 9, 2020

If it is accepted to add to regular commits we can take it from.

image

1reaction
kidonngcommented, Aug 10, 2020

We’re only highlighting CREATED and DELETED files, not just “all green” and “all red” files

My fault. Sorry @yakov116!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filtering files in a pull request - GitHub Docs
Under your repository name, click Pull requests. · In the list of pull requests, click the pull request you'd like to filter. ·...
Read more >
Remove a modified file from pull request - git - Stack Overflow
If the modifications to the file are in their own commit(s), you can do an interactive rebase and remove the commit(s) affecting the...
Read more >
How to Remove Modified or Changed Files from a Git Pull ...
Basically, you'll want to make sure you switch locally to the branch that you created the pull request from. So if you were...
Read more >
Removing files from a pull request | GitHub Changelog
Now, if you have write permission, you can click on the 'trash' icon for a file right in the pull request's “Files changed”...
Read more >
Manage files under version control | IntelliJ IDEA Documentation
Open the Commit tool window Alt+0 . Git file status. ´. The Changes changelist shows all files that have been modified since you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found