Imagine the following history:
c---e---g--- feature
/ \
-a---b---d---f---h--- master
How can I find when commit “c” has been merged into master (ie, find merge commit “h”) ?
Imagine the following history:
c---e---g--- feature
/ \
-a---b---d---f---h--- master
How can I find when commit “c” has been merged into master (ie, find merge commit “h”) ?