Hi. What I am looking for is a way to list all
commits between two tags. Given the diagram below, commit (6) and (H) each
have a tag pointing to them. I want to figure out how to list all commits from
(H) that have parents that lead back to (6). Note I am not looking for all
commits reachable by (H) that are not reachable by (6).

In the
diagram I want to list all the letter commits and none of the number commits .
Any thoughts? I suspect this is not possible, but wanted to ask others.

Thanks,

Mark

8 - 1 - 2 - 3 - 4 - 5 - 6
                
\
         Q - 
R   \
       
/      \   \
  9 - (6) - B - C -
D - E - F - (H) - 7
            
\         /   /
             
I - J - K   /
              
\         /
               
M - N - P


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to