vscode-gitlens
vscode-gitlens copied to clipboard
Improved Commit Details in Graph
Now
#3974
- Unite commit details with the graph under a common header
- Automatically show either WIP or commit details depending on what is selected in the graph. (removes the "tabbed" interface of the current commit details)
Next
- When the view is showing the details of a selected commit, provide a way to jump to the WIP if there are working directory changes
- explore how we could incorporate branch details (author, commits, etc.) and even repo details (readme? contributors list?) in a breadcrumb-like interface that allows users to "zoom out" from a commit to get more context.
- explore an improved staging experience that uses multi-state checkboxes to reduce staged/unstaged files to a single list instead of two separate file lists.