I would like to be able to see when file changes make it into a Git branch, i.e. when it was pushed/merged. I don't want to see the local commit date or the date it was pushed to a branch that I don't care about. If it was originally in another branch, then I want to know when that branch was merged in.
Is there a way to see this information in Git?
I need this so that I can quickly see which changes fall within a date/time range on that branch that could be contributing to integration test failures on that branch.