.gitconfig: git-log does no longer wrap lines containing commit messages that are too long, such as this
This commit is contained in:
parent
a899cb94a9
commit
7b124fdd71
1 changed files with 2 additions and 0 deletions
|
@ -14,5 +14,7 @@
|
|||
excludesfile = ~/.gitignore
|
||||
[status]
|
||||
submoduleSummary = true
|
||||
[pager]
|
||||
log = less -S
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue