On Sun, 28 Apr 2019 08:25:30 +0100
Chris Withers <ch...@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.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to