git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* "git diff --summary --diff-filter=AD" without --stat does not work.
@ 2006-10-03 19:15 Junio Hamano
  2006-10-03 20:23 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Junio Hamano @ 2006-10-03 19:15 UTC (permalink / raw
  To: junkio; +Cc: git

I think it should only show create/delete notes and not even
diff text.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "git diff --summary --diff-filter=AD" without --stat does not work.
  2006-10-03 19:15 "git diff --summary --diff-filter=AD" without --stat does not work Junio Hamano
@ 2006-10-03 20:23 ` Johannes Schindelin
  2006-10-03 20:36   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2006-10-03 20:23 UTC (permalink / raw
  To: Junio Hamano; +Cc: junkio, git

Hi,

On Tue, 3 Oct 2006, Junio Hamano wrote:

> I think it should only show create/delete notes and not even
> diff text.

What exactly is the problem? My tree only has minor patches, which should 
not affect the output of your command, and it does this:

$ git diff --summary --diff-filter=AD next..pu
 create mode 100644 builtin-diff-status.c
 create mode 100644 para-walk.c
 create mode 100644 para-walk.h
 create mode 100644 test-para.c

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "git diff --summary --diff-filter=AD" without --stat does not work.
  2006-10-03 20:23 ` Johannes Schindelin
@ 2006-10-03 20:36   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2006-10-03 20:36 UTC (permalink / raw
  To: Johannes Schindelin; +Cc: git

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:

>> I think it should only show create/delete notes and not even
>> diff text.
>
> What exactly is the problem? My tree only has minor patches, which should 
> not affect the output of your command, and it does this:
>
> $ git diff --summary --diff-filter=AD next..pu
>  create mode 100644 builtin-diff-status.c
>  create mode 100644 para-walk.c
>  create mode 100644 para-walk.h
>  create mode 100644 test-para.c

I suspect the real issue is that it does not turn 'recursive'
on.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-03 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-03 19:15 "git diff --summary --diff-filter=AD" without --stat does not work Junio Hamano
2006-10-03 20:23 ` Johannes Schindelin
2006-10-03 20:36   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).