Hello,

I'm not sure I get what you need, but my first guess is to use `git log
tagname..` (mind the two dots). Also you may want to add --oneline.

Best,
Gergely
On 3 May 2015 17:06, "Demi Goldberg" <demi.goldb...@gmail.com> wrote:

>
> 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.
>

-- 
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