diff --git a/aliases b/aliases index 682d705..7a5c8a4 100644 --- a/aliases +++ b/aliases @@ -160,8 +160,8 @@ alias gd="git diff --patch-with-stat" alias gdni="gd --no-index" alias gds="gd --staged" alias gsh="git show --format=fuller --patch-with-stat" -alias glg="git log --color --format=fuller --stat" -alias glgp="git log --color --format=fuller --patch-with-stat" +alias glg="git log --color --format=fuller --stat --no-merges --graph" +alias glgp="git log --color --format=fuller --patch-with-stat --no-merges --graph" alias glog="git log --color --oneline --decorate --graph" alias grst="git reset"