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
The setting `git-graph.commitDetailsView.initiallyHideSummary` is removed as Git Graph remembers the last state (per folder).
7
+
3
8
## 1.31.3 - 2025-03-13
4
9
5
10
*#3 Add button to collapse commit summary. Thanks [@LariWa](https://github.com/LariWa). The setting `git-graph.commitDetailsView.initiallyHideSummary` controls whether the commit summary is collapsed (hidden) or expanded when starting Git Graph.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Fork of mhutchie's Git Graph with further improvements.
4
4
Main improvements:
5
5
6
-
* Added button to collapse commit summary (hansu#3). Set `"git-graph.commitDetailsView.initiallyHideSummary": "true"`to hide the commit summary by default.
6
+
* Added button to collapse commit summary (hansu#3)
7
7
* Added checkbox 'Allow unrelated histories' when merge action
8
8
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}
0 commit comments