dotfiles

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

commit 30b356ae899b478ed55fe2b298bbcee12a363e2f
parent b947d1c0f5b49389cd9059531d867170401e8d48
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Tue, 22 Mar 2022 22:18:04 +0000

feat: gitconfig: add --graph for "git lf"

Diffstat:
M.gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -33,7 +33,7 @@ find = !git ls-tree --full-tree -r --name-only HEAD | sk --layout=reverse-list --preview-window=up --height=15 # Compact and Full Logs lc = log --graph --pretty=xoneline - lf = log --stat --pretty=xfull + lf = log --graph --stat --pretty=xfull # git arc [tar|tgz|tar.gz|zip] # git archive --list # zcat repo_2022-03-22_feat-initial-commit.tar.gz | git get-tar-commit-id