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: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# Change Log
2
2
3
-
## 1.31.2 - 2022-02-14
3
+
## 1.31.3 - 2025-03-13
4
+
5
+
*#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.
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}`
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Git Graph extension for Visual Studio Code
2
2
3
-
Fork of mhutchie's Git Graph with further improvements.
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
7
* Added checkbox 'Allow unrelated histories' when merge action
7
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