From 9a39420bbe482188081fd816a88834730eb603a8 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 14 Sep 2019 06:54:03 +0500 Subject: [PATCH] git: an -> ae --- etc/soft/git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 30c37b2..708e004 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -43,7 +43,7 @@ co = checkout lf = log --source --graph --stat --date=iso --pretty=medium --decorate=full - ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --date=short + ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)<%ae>%Creset' --abbrev-commit --date=short ll = !git --no-pager log -1 HEAD && echo lu = !git --no-pager log --left-right --pretty=format:'%C(yellow)%h%Creset - %Cgreen[%cd]%Creset :: %s %C(bold blue)%Creset' --abbrev-commit --graph --color --date=short origin/master...HEAD | nl