[Python-Dev] git history conundrum

Antoine Pitrou solipsis at pitrou.net
Sun Apr 28 16:51:01 EDT 2019


On Sun, 28 Apr 2019 08:25:30 +0100
Chris Withers <chris at withers.org> wrote:
> 
> What's the best way to spell "show me all the revisions on master that 
> affect {mock files} from commit x to HEAD, not including x"?

Something like:

$ git log x...HEAD -- {mock files}

perhaps?

Regards

Antoine.




More information about the Python-Dev mailing list