Skip to content

Commit

Permalink
refactor(git): add log.excludeDecoration
Browse files Browse the repository at this point in the history
Remove the alias that was not really working and replace it with a
default setting that never shows tags when using `git log`.
  • Loading branch information
matijs committed Jul 31, 2024
1 parent d2fa069 commit 7ace822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
autosquash = -c sequence.editor=true rebase --interactive
difft = -c diff.external=difft diff
fixup = commit --fixup=HEAD
log-no-tags = log --decorate-refs-exclude=refs/tags
please = push --force-with-lease
pushf = push --force-with-lease
remotes = remote --verbose
Expand Down Expand Up @@ -40,6 +39,7 @@
[log]
date = iso8601-local
decorate = full
excludeDecoration = refs/tags
[merge]
conflictStyle = zdiff3
ff = only
Expand Down

0 comments on commit 7ace822

Please sign in to comment.