Is there a configuration option to make cherry-pick always include the source commit hash in the new commit log message? e.g., make "git cherry-pick" always behave like "git cherry-pick -x"? My most frequent use case for cherry picking is between publicly visible branches. I have the following configuration option set: alias.cpx=cherry-pick -x but I rarely remember to use it. -- 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