|
|
|
|
|
by Fire-Dragon-DoL
362 days ago
|
|
I don't get it.
Assuming your commits have meaningful messages and description, why squashing them? You can use git log --merges-only (I think that's the arg name) and all the sub commit are hidden, however you can still search through them to get a clear idea of why something was refactored a certain way. So,where is the noise if it can be hidden but also used to get additional information on code changes? |
|
I couldn’t care less what changes were introduced in a particular commit (what for? Debugging? Your features should be small enough that debugging them shouldn’t be a pita anyway)