commit ba71549df519cdf740ac9f0ea2a3dcf4ee9a9ba1
parent b68057a707f85d16cab9ce3969f5256c8aa418d4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 22 Jun 2020 11:54:40 +0200
git: more log aliases
Former-commit-id: 08dd361bd66ecb2afa20edbab731fd26cef0ad5a
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/git/gitconfig b/git/gitconfig
@@ -13,8 +13,9 @@
ba = branch --all
bv = branch -vv
- 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
+ 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 --oneline --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''%w(130,10,10)%C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all --author-date-order
+ lgvv = 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''%w(130,13,13)%C(white)%s%C(reset) %C(dim white)- %an (comm. %cn)%C(reset)%n''%w(64,18,18)%b' --all
today = lgv --since='midnight'
yesterday = lgv --since='yesterday midnight' --until='midnight'
this-week = lgv --since='last-monday'