feat: limit git graph to 32 lines

This commit is contained in:
Michael Mandl 2023-03-15 08:50:03 +01:00
parent 536166d84f
commit dbdfd9635b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -57,7 +57,7 @@
aliases = {
identity = ''! git config user.name "$(git config user.$1.name)"; git config user.email "$(git config user.$1.email)"; git config user.signingkey "$(git config user.$1.signingkey)"; git config commit.gpgsign "true"; : '';
clone-worktree = ''! mkdir $2; git clone $1 $2/.base; BRANCH=`git -C $2/.base symbolic-ref --short HEAD`; echo "branch is $BRANCH"; git -C $2/.base checkout --detach HEAD; git -C $2/.base worktree add ../$BRANCH; :'';
graph = "log --graph --all";
graph = "log --graph --all --max-count 32";
};
ignores = [