From: Alexey Shumkin <alex.crezoff@gmail.com>
To: Frans Klaver <fransklaver@gmail.com>
Cc: Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de>, git@vger.kernel.org
Subject: Re: Q: "git diff" using tag names
Date: Thu, 3 Nov 2011 00:08:13 +0400 [thread overview]
Message-ID: <20111103000813.66dd2685@zappedws> (raw)
In-Reply-To: <CAH6sp9OdjNZ6_j-eSFMpecUcxW_y6fpkDZ0cRds62wOrc12x-Q@mail.gmail.com>
thanks )
> On Wed, Nov 2, 2011 at 10:29 AM, Alexey Shumkin
> <alex.crezoff@gmail.com> wrote:
>
> >> Also it seems that both syntaxes work:
> >> git diff v0.4..v0.5
> >> git diff v0.4 v0.5
> > honestly, I do not know the difference (at the moment :))
> > may be gurus or manual will help to discover it
>
> As per the git-diff documentation, these two versions behave equally
> -- i.e. no differences.
>
> Comparing branches
> $ git diff topic master <1>
> $ git diff topic..master <2>
> $ git diff topic...master <3>
> 1. Changes between the tips of the topic and the master branches.
> 2. Same as above.
> 3. Changes that occurred on the master branch since when the topic
> branch was started off it.
>
> Cheers,
> Frans
next prev parent reply other threads:[~2011-11-02 20:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 12:28 Q: "git diff" using tag names Ulrich Windl
2011-10-28 12:59 ` Alexey Shumkin
2011-11-02 7:31 ` Antw: " Ulrich Windl
2011-11-02 9:29 ` Alexey Shumkin
2011-11-02 9:34 ` Frans Klaver
2011-11-02 20:08 ` Alexey Shumkin [this message]
2011-11-02 9:35 ` Junio C Hamano
2011-11-02 20:08 ` Alexey Shumkin
2011-10-28 13:21 ` Jakub Narebski
2011-11-02 7:35 ` Antw: " Ulrich Windl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111103000813.66dd2685@zappedws \
--to=alex.crezoff@gmail.com \
--cc=Ulrich.Windl@rz.uni-regensburg.de \
--cc=fransklaver@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.