fix(gitconfig): slightly improved pager options
This commit is contained in:
parent
782001b2f6
commit
3ade94018c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
[status]
|
[status]
|
||||||
submoduleSummary = true
|
submoduleSummary = true
|
||||||
[pager]
|
[pager]
|
||||||
log = less -S
|
log = less --chop-long-lines --shift 3
|
||||||
[alias]
|
[alias]
|
||||||
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||||
chronograph = graph --date-order
|
chronograph = graph --date-order
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue