Given the commit that cherry selected to the master from the branch, then this branch merges back into master:
How does git know that changes coming from a previous cherry pick should not be confronted with changes from a merge? Is there any metadata stored with commit cherry?
Lopse source
share