Maybe a dumb question but:
Something broke my build after a git pull. I check the logs and nothing has changed since my last build! Der, lots of stuff has changed but it changed 6 months ago and has only just been pushed to the remote repository. So looking at the log it's buried way down past the date of my last (good) build.
How do I see a log of what has changed since my last pull? Or has been pushed since a given date? I don't care when it was changed or when it was committed. I do care when it turned up in my build tree and when it was pushed into my current branch of the remote repos.
I've looked at Git and log order but that doesn't seem to be the same question so kicking off a new one.