[git] Remove extra line break from graph logs
so we have more vertical space for the actual log entries, instead of having each one separated by a line just with graph lines. Also, this is the default layout already, see `git log --graph --oneline` for example.
This commit is contained in:
parent
3d46387981
commit
468f99adfe
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ alias gls='git log --topo-order --stat --pretty=format:"${_git_log_medium_format
|
|||
alias gld='git log --topo-order --stat --patch --full-diff --pretty=format:"${_git_log_medium_format}"'
|
||||
alias glo='git log --topo-order --pretty=format:"${_git_log_oneline_format}"'
|
||||
alias glO='git log --topo-order --pretty=format:"${_git_log_oneline_medium_format}"'
|
||||
alias glg='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_format}%n"'
|
||||
alias glG='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_medium_format}%n"'
|
||||
alias glg='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_format}"'
|
||||
alias glG='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_medium_format}"'
|
||||
alias glv='git log --topo-order --show-signature --pretty=format:"${_git_log_medium_format}"'
|
||||
alias glc='git shortlog --summary --numbered'
|
||||
|
||||
|
|
Loading…
Reference in a new issue