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
Copy file name to clipboardExpand all lines: package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1095,6 +1095,11 @@
1095
1095
"default": false,
1096
1096
"markdownDescription": "Only follow the first parent of commits when discovering the commits to load in the Git Graph View. See [--first-parent](https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent) to find out more about this setting. This can be overridden per repository in the Git Graph View's Repository Settings Widget."
1097
1097
},
1098
+
"git-graph.repository.selectMultipleBranches": {
1099
+
"type": "boolean",
1100
+
"default": true,
1101
+
"description": "Enables the selection of multiple branches from the Branches dropdown."
0 commit comments