Changed command `glog`: now it shows a author email too

This commit is contained in:
Marcin Woźniak 2024-01-13 23:23:58 +01:00
parent 4bbf177bbb
commit 84ea687715
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -221,7 +221,7 @@ alias gpu="git fetch -p -q; git pull; git submodule foreach git pull origin mast
alias gch="git checkout"
alias gst="git status -s"
alias gdiff="git --no-pager diff"
alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches"
alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an - %ae>%Creset' --abbrev-commit --branches"
alias gshow="git --no-pager show --color --pretty=format:%b"
alias gd=gshow
alias guntrackfile="git update-index --assume-unchanged"