mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
aliases: git: attempt to elide merge commits in glg
In theory this should give a much cleaner commit log without all of the noise from merge commits in poorly maintained repos. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
9224e953e2
commit
1bd8081663
4
aliases
4
aliases
@ -160,8 +160,8 @@ alias gd="git diff --patch-with-stat"
|
|||||||
alias gdni="gd --no-index"
|
alias gdni="gd --no-index"
|
||||||
alias gds="gd --staged"
|
alias gds="gd --staged"
|
||||||
alias gsh="git show --format=fuller --patch-with-stat"
|
alias gsh="git show --format=fuller --patch-with-stat"
|
||||||
alias glg="git log --color --format=fuller --stat"
|
alias glg="git log --color --format=fuller --stat --no-merges --graph"
|
||||||
alias glgp="git log --color --format=fuller --patch-with-stat"
|
alias glgp="git log --color --format=fuller --patch-with-stat --no-merges --graph"
|
||||||
alias glog="git log --color --oneline --decorate --graph"
|
alias glog="git log --color --oneline --decorate --graph"
|
||||||
|
|
||||||
alias grst="git reset"
|
alias grst="git reset"
|
||||||
|
Loading…
Reference in New Issue
Block a user