Howard Miller <howard@xxxxxxxxxxxxxxxxxxx> writes: > I have a branch with a whole series of commits. I want to export this > work to be customer (to their svn repo if that has any bearing on it). > All the stuff in the history is irrelevant to my customer ("committing > now, going to bed" etc.) so I'd like to create a new branch that only > has one commit.. the end point with a new message. Is this possible? You can use either "git merge --squash" or "git rebase --interactive" (changing 'pick' to 'squash'). -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html