Skip to content

Commit

Permalink
Don't need decorate
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 4, 2023
1 parent 4f79459 commit 82b842a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git_log_oneline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ git --no-pager \
log \
--color \
--reverse \
--format='%h%C(reset)%C(red)%C(green)%C(blue)%C(reset)%(decorate) %s %C(dim)%cr - %cn%C(reset)' \
--format='%h%C(reset)%C(red)%C(green)%C(blue)%C(reset) %s %C(dim)%cr - %cn%C(reset)' \
"$@" | git_log_oneline_process

0 comments on commit 82b842a

Please sign in to comment.