Hacker News new | ask | show | jobs
by dhume 5342 days ago
All I could think of was making it difficult to find exactly what commit fixed/introduced what bugs.
1 comments

Luckily, there are things like git bisect to help you. On the flip side, finding the commit that caused the bug is much more valuable with smaller commit, particularly if you limit each commit to one logical change in the code.