File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 327327 branchLogCmd : git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --
328328
329329 # Command used to display git log of all branches in the main window.
330- # Deprecated: User `allBranchesLogCmds` instead.
330+ # Deprecated: Use `allBranchesLogCmds` instead.
331331 allBranchesLogCmd : git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium
332332
333333 # 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 {
240240 // Command used when displaying the current branch git log in the main window
241241 BranchLogCmd string `yaml:"branchLogCmd"`
242242 // Command used to display git log of all branches in the main window.
243- // Deprecated: User `allBranchesLogCmds` instead.
243+ // Deprecated: Use `allBranchesLogCmds` instead.
244244 AllBranchesLogCmd string `yaml:"allBranchesLogCmd"`
245245 // Commands used to display git log of all branches in the main window, they will be cycled in order of appearance
246246 AllBranchesLogCmds []string `yaml:"allBranchesLogCmds"`
Original file line number Diff line number Diff line change 605605 },
606606 "allBranchesLogCmd" : {
607607 "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." ,
609609 "default" : " git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"
610610 },
611611 "allBranchesLogCmds" : {
You can’t perform that action at this time.
0 commit comments