Comment by PunchyHamster
1 month ago
If it is something like repo for configuration management I can understand that because its often a lot of very small changes and so every second commit would be a merge, and it's just easier to read that way.
... for code, honestly no idea
If only there was a way to ignore merges from git log, or just show the merges…
(Hint: --no-merges, --merges)