Releases: mhutchie/vscode-git-graph
Releases · mhutchie/vscode-git-graph
1.2.0
1.1.0
1.0.1
1.0.0
- Git Graph Visualisation
- Select from Local & Remote Branches
- Display Heads, Tags & Remotes
- Configuration Settings:
- git-graph.graphColours - Specifies the colours used on the graph.
- git-graph.graphStyle - Specifies the style of the graph.
- git-graph.dateFormat - Specifies the number of commits to initially load.
- git-graph.initialLoadCommits - Specifies the number of commits to initially load.
- git-graph.loadMoreCommits - Specifies the number of commits to load when the "Load More Commits" button is pressed (only shown when more commits are available).
- git-graph.showStatusBarItem - Show a Status Bar item which opens Git Graph when clicked.
- git-graph.showUncommittedChanges - Show uncommitted changes (set to false to decrease load time on large repositories).
- Shortcut Button in the Status Bar