Skip to content

Commit d54d339

Browse files
committed
[bin/git-lg] exec binary and format
1 parent 99f75b4 commit d54d339

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/git-lg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ AUTH='%C(bold blue)<%an>%Creset'
1010

1111
FORMAT="$HASH $REFS $SUBJ $TIME $AUTH"
1212

13-
git \
14-
log \
15-
--color \
16-
--graph \
17-
--abbrev-commit \
13+
exec git \
14+
log \
15+
--color \
16+
--graph \
17+
--abbrev-commit \
1818
"--pretty=tformat:$FORMAT" \
1919
"$@"

0 commit comments

Comments
 (0)