dotfiles

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

commit cfc5a576229d8e2181bf0c573c9b42d6e7ce95aa
parent 52a03a5b62c797817b9827a382a48d6c917bb24f
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 17 Oct 2020 20:12:41 +0200

git: make lgvv show emails

Former-commit-id: 6c807ca30d74a838f0d0e4bc65f4533d5d87fb59
Diffstat:
Mgit/gitconfig | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -1,5 +1,7 @@ +; vim: syntax=gitconfig [include] path = identity + ; this file isn't in the repo [alias] s = status @@ -15,7 +17,7 @@ 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 + 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 <%ce> (comm. %cn <%ce>)%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'