commit 3ac87f7e3628f3ad229f0ad79a404045d8131441
parent e093afa07518b16b70a057bb0d0eb289364e13e6
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Fri, 12 Apr 2019 21:28:52 +0200
More git log aliases
Former-commit-id: f4fb9a58c615d9ef2dae0da25cd2e238628f72db
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -14,6 +14,8 @@
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
+ today = lgv --since='6am'
+ this-week = lgv --since='1 weeks ago'
adog = log --all --decorate --oneline --graph
a = add