Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Specifying revisions in the future

From: Jakub Narebski <hidden>
Date: 2016-06-15 22:52:57

Jonathan Paugh wrote:
quoted
You have XY problem.  You need to do X, and you think you can use Y to
do X, so you ask about how to do Y.

If you want to list all revsions between v1.0-a and master, use

  git rev-list v1.0a..master

or

  git rev-list --ancestry-path v1.0a..master
Thanks. This Y' will take me to lot's of exciting destinations---and I
must confess I haven't messed with the plumbing heretofore.
Of course you can also do

  git log --ancestry-path v1.0a..master 

-- 
Jakub Narebski
Poland
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help