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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1090,6 +1090,16 @@
1090
1090
"default": false,
1091
1091
"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."
1092
1092
},
1093
+
"git-graph.repository.selectMultipleAuthors": {
1094
+
"type": "boolean",
1095
+
"default": true,
1096
+
"description": "Enables the selection of multiple authors from the Authors dropdown."
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