top | item 3184844

(no title)

dhume | 14 years ago

All I could think of was making it difficult to find exactly what commit fixed/introduced what bugs.

discuss

order

tikhonj|14 years ago

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.