dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2a1ee4721517cf6b5f953d606f756bf2451d7c02
parent 39d8202d5f802ea007d869e8300bdcb922209cc7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri,  5 Apr 2019 19:43:36 +0200

'lg' is now default git log, 'lg2' -> 'lgv'

Git lg is how I like my git log. Git lgv is for more verbosity including
author, time, etc.


Former-commit-id: f35fd9756d2d1c5aa3f06176006a017e62a02b1c
Diffstat:
Mgit/gitconfig | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -12,10 +12,9 @@ ba = branch --all 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 --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 + lg = 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 + lgv = 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" a = add ap = add -p