-
Type:
Suggestion
-
Resolution: Low Engagement
-
None
-
Component/s: UI
-
1
-
1
In the commits list/tab we have additional formatting for merge commits (greyed out). It would be nice to also have some additional visual formatting for reverted commits (red/italic/strikeout), created using
git revert <commithash>
At the moment a reverted commit looks like a normal commit, with an additional message
/commit message/ This reverts commit <commithash>