Hi All,

I would like to find all the changes (change set list only ) between a 
specific tag and the head.

I would like to know what was change in the project (changesets) since a 
tag I had created in the past for example.

I saw the command: 
git format-patch <tag-name> 

that create patch files for every change since that label , in my case I 
only want to see the list of changeset (patches) without creating the files.

Which command should I run ?


Thx,

-- 
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/d/optout.

Reply via email to