Fortunately, I don't squash my commits
blog.ploeh.dk
Fortunately, I don't squash my commits
1–10 of 333 posts
Re: Fortunately, I don't squash my commits
#2Re: Fortunately, I don't squash my commits
#3Re: Fortunately, I don't squash my commits
#4Do people out there actually squash commits? Granted, I didn't change many work places in my career, but at no place where I worked people squashed commits. What's even the point of it? It's not like people routinely read the commit history, and when they do, they really would like a complete story, not 20 gargantuan commits that contain 3 years of development.
Re: Fortunately, I don't squash my commits
#5Do people out there actually squash commits? Granted, I didn't change many work places in my career, but at no place where I worked people squashed commits. What's even the point of it? It's not like people routinely read the commit history, and when they do, they really would like a complete story, not 20 gargantuan commits that contain 3 years of development.
Re: Fortunately, I don't squash my commits
#6I never understood the need to squash commits (or rebase). If you do merge requests and use merge commits (like GitHub or gitlab do). A "nice" history is a small script away. It should even be a part of the GitHub/gitlab gui. Do not loose information about the development history!
Re: Fortunately, I don't squash my commits
#7It seems like a small price to pay for a clean history, given the rarity of occurrences like this.
Re: Fortunately, I don't squash my commits
#8Do people out there actually squash commits? Granted, I didn't change many work places in my career, but at no place where I worked people squashed commits. What's even the point of it? It's not like people routinely read the commit history, and when they do, they really would like a complete story, not 20 gargantuan commits that contain 3 years of development.
Yes they do. And it is frustrating. Specially frustrating when you ar the new guy and the history of the code does not tell what happened.
Re: Fortunately, I don't squash my commits
#9Re: Fortunately, I don't squash my commits
#10Do people out there actually squash commits? Granted, I didn't change many work places in my career, but at no place where I worked people squashed commits. What's even the point of it? It's not like people routinely read the commit history, and when they do, they really would like a complete story, not 20 gargantuan commits that contain 3 years of development.
Yes they do. And it is frustrating. Specially frustrating when you ar the new guy and the history of the code does not tell what happened.