From: "Janusz Białobrzewski" <Janusz.Bialobrzewski@biu.pl>
To: git@vger.kernel.org
Subject: Combined diff with name-only option
Date: Fri, 10 Jul 2015 12:39:43 +0200 [thread overview]
Message-ID: <559FA0EF.2000409@biu.pl> (raw)
Hello,
When I run:
git diff-tree --cc 511f273b99af4529f6eb30069bb9070dc73fbbb4
As expected, I get the diff for the files that are changed in both parents.
When I run:
git diff-tree --cc --name-only 511f273b99af4529f6eb30069bb9070dc73fbbb4
I get all the files listed including ones that are changed only in one
parent.
I would expect to see only names of the files changed in both parents
like in the case when --name-only parameter was not present.
Is it a bug or is it done by design?
BR,
Janusz.
next reply other threads:[~2015-07-10 10:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-10 10:39 Janusz Białobrzewski [this message]
2015-07-10 17:47 ` Combined diff with name-only option Junio C Hamano
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=559FA0EF.2000409@biu.pl \
--to=janusz.bialobrzewski@biu.pl \
--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.