You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configurable settings (e.g. graph style, branch colours, and more...)
@@ -26,19 +27,29 @@ View a Git Graph of your repository, and easily perform Git actions from the gra
26
27
27
28
This extension contributes the following settings:
28
29
30
+
*`git-graph.autoCenterCommitDetailsView`: Automatically center the commit details view when it is opened.
31
+
*`git-graph.dateFormat`: Specifies the date format to be used in the date column of the graph.
29
32
*`git-graph.graphColours`: Specifies the colours used on the graph.
30
33
*`git-graph.graphStyle`: Specifies the style of the graph.
31
-
*`git-graph.dateFormat`: Specifies the date format to be used in the date column of the graph.
32
34
*`git-graph.initialLoadCommits`: Specifies the number of commits to initially load.
33
35
*`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).
34
36
*`git-graph.showStatusBarItem`: Show a Status Bar item which opens Git Graph when clicked.
35
37
*`git-graph.showUncommittedChanges`: Show uncommitted changes (set to false to decrease load time on large repositories).
36
38
39
+
This extension consumes the following settings:
40
+
41
+
*`git.path`: Specifies the path of a portable Git installation.
42
+
37
43
## Extension Commands
38
44
39
45
This extension contributes the following commands:
40
46
41
47
*`git-graph.view`: Git Graph: View Git Graph
42
48
43
49
## Release Notes
50
+
44
51
Detailed Release Notes are available [here](CHANGELOG.md).
52
+
53
+
## Visual Studio Marketplace
54
+
55
+
This extension is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph) for Visual Studio Code.
0 commit comments