commit 9e6f0a03300375164f870cea46401dfde926f759 parent d5faed5e55493014f7986d06fcdab4165649c9f9 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sat, 20 Oct 2018 12:34:05 +0200 Changed git lg ordering Diffstat:
M | git/gitconfig | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/git/gitconfig b/git/gitconfig @@ -10,7 +10,7 @@ br = branch --remote bv = branch -vv - lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --branches --remotes --tags --graph --oneline --decorate + lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --branches --remotes --tags --graph --oneline --decorate --author-date-order lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all adog = log --all --decorate --oneline --graph lg = !"git lg1" @@ -40,3 +40,5 @@ [merge] tool = vimdiff +[core] + autocrlf = input