79762768

Date: 2025-09-12 09:33:44
Score: 0.5
Natty:
Report link

There is at least one case when one SHOULD NOT squash: renaming files AND changing them "too much" will make git lose the link between the original file and the renamed one.
In this scenario one should:

For code files I also prefer to separate formatting / changes from actual change so that it's directly visible what part of the logic has changed and this information would get buried within one big change when squashing (AND it makes cherry-picking much easier).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ViToni