gather all checkin comments since the last merge
I know this goes against the branch per task ideology, but sometimes people work on a bunch of stuff in a branch and then merge a larger chunk of work, e.g. a bunch of helper functions etc.
It would be nice if there was a way in the GUI to automatically gather all checkin comments since last merge / branch creation into the merge comment. I could then edit this comment before merging.
So for example if I make checkins "fix foo" and "fix bar", my merge comment would be "fix foo\nfix bar".
-
Mikko commented
Well I would assume others might find this useful too, so if you end up writing one, please share it on github or something?
-
Interesting. You could "easily" do that with a trigger. Would that be good for you? We can write one for you :)