caio.co/de/dotfiles

git news: stop ignoring merges

it's useful in some codebases. this way i can still
filter them out via `git news --no-merges`
Id
cb59166e7d44a3b6b875383af3b217cd54b0ea4a
Author
Caio
Commit time
2024-02-18T09:24:30+01:00

Modified gitconfig

@@ -14,7 +14,7
changed = diff --name-status -r
findoldfile = rev-list -n 1 HEAD --
fixup = commit --amend --no-edit
- news = log --reverse --no-merges --stat @{1}..
+ news = log --reverse --stat @{1}..

[color]
ui = auto