commit 35e71c3fb63038d0e329bf8c8b21a9e46fdbc378
parent b1e0cd880d93e1289d7024754132fb0f0713bf78
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 17 Apr 2019 00:46:40 +0200
Git log aliases
Former-commit-id: 4dfcc3bb66d76c4d030348791f48e69701c126c9
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -15,7 +15,9 @@
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'
+ this-week = lgv --since='last-monday'
+ past-week = lgv --since='1 weeks ago'
+ cbsr-sprint = lgv --since='last-tuesday' --until='this-tuesday'
adog = log --all --decorate --oneline --graph
a = add