File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 327
327
branchLogCmd : git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --
328
328
329
329
# Command used to display git log of all branches in the main window.
330
- # Deprecated: User `allBranchesLogCmds` instead.
330
+ # Deprecated: Use `allBranchesLogCmds` instead.
331
331
allBranchesLogCmd : git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium
332
332
333
333
# If true, do not spawn a separate process when using GPG
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ type GitConfig struct {
240
240
// Command used when displaying the current branch git log in the main window
241
241
BranchLogCmd string `yaml:"branchLogCmd"`
242
242
// Command used to display git log of all branches in the main window.
243
- // Deprecated: User `allBranchesLogCmds` instead.
243
+ // Deprecated: Use `allBranchesLogCmds` instead.
244
244
AllBranchesLogCmd string `yaml:"allBranchesLogCmd"`
245
245
// Commands used to display git log of all branches in the main window, they will be cycled in order of appearance
246
246
AllBranchesLogCmds []string `yaml:"allBranchesLogCmds"`
Original file line number Diff line number Diff line change 605
605
},
606
606
"allBranchesLogCmd" : {
607
607
"type" : " string" ,
608
- "description" : " Command used to display git log of all branches in the main window.\n Deprecated: User `allBranchesLogCmds` instead." ,
608
+ "description" : " Command used to display git log of all branches in the main window.\n Deprecated: Use `allBranchesLogCmds` instead." ,
609
609
"default" : " git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"
610
610
},
611
611
"allBranchesLogCmds" : {
You can’t perform that action at this time.
0 commit comments