dotfiles

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

commit 7e2b4d44a19fe711eb1191fbd3a45da535bd7aa4
parent ed05a946dd87ccb7545664fa6c68033e4e95fb7d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue,  7 May 2019 19:24:23 +0200

git: alias fix

Former-commit-id: fbd2663d9706eb3964e2f0003d1aec32d93421f2
Diffstat:
Mgit/gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -14,7 +14,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 --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' + today = lgv --since='midnight' this-week = lgv --since='last-monday' past-week = lgv --since='1 weeks ago' cbsr-sprint = lgv --since='last-tuesday' --until='this-tuesday'