.gitconfig: git-log does no longer wrap lines containing commit messages that are too long, such as this

This commit is contained in:
Gregor Bückendorf 2018-12-03 13:33:46 +01:00
parent a899cb94a9
commit 7b124fdd71

View file

@ -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