Re: cherry picking changesets instead of commits
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:39
"Geoffrey Irving" [off-list ref] writes:
Would it be straightforward to add an option to "git cherry" to ignore differences in metadata? The cherry documentation doesn't give its criteria for when commits match, and I'm not familiar enough with the code yet to figure out those criteria directly from cmd_cherry in builtin-log.c.
cherry does not look at metadata at all. It compares patch-ids.