All the examples I’ve seen deal with branches where there is only one committer. What I am trying to achieve is an automatic git rebase -i where, for a given branch.. all commit made by a given user will be squashed together.
hence, if 3 people work on a branch.. when the branch is merged with master, we would see only 3 commits in the history.. one per user. Kind of a rebase + squash together with a twist of user.
Hope I made myself clear.. ;-/
Any pointers would help,
Sincerely,
I’m going to try to convince you that you simply do not do this for four reasons: