git-up / GitUp

The Git interface you've been missing all your life has finally arrived.
http://gitup.co
GNU General Public License v3.0
11.45k stars 1.24k forks source link

When rewriting a commit, could new changes be indicated by a different color? #909

Open matthewhively opened 1 year ago

matthewhively commented 1 year ago

When I select a commit and choose to rewrite that commit, it would often be helpful if the UI would show which changes were newly made, and which were part of the original commit (before rewrite). Basically the diff visualization would thus be layering 3 things: new changes > original changes > previous commit I figure this might be easy enough to do since in the console, the new changes are unstaged, and so are separated logically from the original changeset. Perhaps the colors could be "teal" for new additions and "orange" for new deletions?