Comment by IshKebab Comment by IshKebab 5 hours ago 3 replies Copy Link View on Hacker News I think it's fine if you squash it. I have no idea why they didn't squash it before pushing to GitHub though.
Copy Link speedgoose 5 hours ago Next Collapse Comment - They probably didn’t care. And having many small commits instead of a big squashed one can be useful when using git bisect for example. Reply View | 1 reply Copy Link davedx 2 hours ago Parent Collapse Comment - Yeah. I have never in my entire career thought "there are too many commit messages" when doing code archeology, but I have sometimes thought "damn, this commit is huge" Reply View | 0 replies
Copy Link davedx 2 hours ago Parent Collapse Comment - Yeah. I have never in my entire career thought "there are too many commit messages" when doing code archeology, but I have sometimes thought "damn, this commit is huge" Reply View | 0 replies
Copy Link tkfoss 2 hours ago Prev Collapse Comment - They squashed it before pushing to main. Reply View | 0 replies
They probably didn’t care. And having many small commits instead of a big squashed one can be useful when using git bisect for example.