In the last version of sourcetree (3.1.3), when I cherry-pick commits, the new commit includes a comment (cherry picked from xxx)
. I don't want that message.
I read somewhere else it is the result of option -x
in git cherry-pick
. So probably there was a change in how sourcetree translates user actions to git commands. It adds option -x
.
Is there any way to tell sourcetree to do the cherry-pick the old way, without option -x
? Or without changing the commit message?