dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 1ce75cdff5860a887fdfe098434ccd9a4d4f0c6d
parent 3607d78c787df35bc44b880a76ded16be9fb68c4
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Wed, 23 Mar 2022 13:39:39 +0000

feat: gitconfig: add format.shortlog

Diffstat:
M.config/git/config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -23,6 +23,8 @@ # 50/72 Rule xoneline = format:%C(yellow)%h%C(reset) %C(auto)%<(50,trunc)%s %C(white dim)%as%C(reset) %C(green dim)(%cr)%C(reset) %C(reset)%C(blue bold)%<(7)%aN%C(reset)%C(auto)%d xfull = format:%m %C(yellow)%H%C(reset)%C(auto)%d%n%m %C(blue bold)%aN%C(reset) %C(ul)<%ae>%C(reset)%n%m %C(cyan)%ai%C(reset) %C(magenta)(%cr)%C(reset)%n%n%C(auto)%w(0,4,4)%B + # git shortlog -ne --format=shortlog + shortlog = format:* [%h] %<(50,trunc)%s %as (%cr) [format] pretty = xfull [alias]