Gitconfig: Disable pager on branch, stash, config list
This commit is contained in:
parent
a5c854fcc6
commit
a6d098d160
|
@ -16,3 +16,11 @@
|
|||
ff = only
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pager]
|
||||
branch = false
|
||||
config = false
|
||||
stash = false
|
||||
|
||||
[alias]
|
||||
hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32
|
||||
logs = log --show-signature
|
||||
|
|
Loading…
Reference in a new issue