From: Junio C Hamano <junkio@cox.net>
To: Sean <seanlkml@sympatico.ca>
Cc: git@vger.kernel.org, Johannes Schindelin <Johannes.Schindelin@gmx.de>
Subject: Re: [PATCH] Add "--summary" option to git diff.
Date: Sun, 14 May 2006 17:12:28 -0700 [thread overview]
Message-ID: <7v3bfcno2b.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <BAYC1-PASMTP0770FC4238970CB812C192AEA20@CEZ.ICE> (seanlkml@sympatico.ca's message of "Sun, 14 May 2006 08:13:49 -0400")
Sean <seanlkml@sympatico.ca> writes:
> Remove the need to pipe git diff through git apply to
> get the extended headers summary.
>
> Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Hmph...
The next branch with this and other patches applied seems to
misbehave.
It makes glibc unhappy with
PAGER= ./git whatchanged -B -C --stat --summary --no-merges --diff-filter=RC
and "*** glibc detected *** malloc(): memory corruption: xxx ***"
but not with this:
PAGER= ./git whatchanged -B -C --no-merges --diff-filter=RC
nor with this:
PAGER= ./git whatchanged -B -C --summary --no-merges --diff-filter=RC
works just fine, so this is _not_ your fault, and I know who to
harrass ;-).
next prev parent reply other threads:[~2006-05-15 0:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-14 12:13 [PATCH] Add "--summary" option to git diff Sean
2006-05-14 12:13 ` Sean
2006-05-15 0:12 ` Junio C Hamano [this message]
2006-05-15 0:54 ` Sean
2006-05-15 0:54 ` Sean
2006-05-15 1:51 ` Linus Torvalds
2006-05-15 2:34 ` 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=7v3bfcno2b.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=seanlkml@sympatico.ca \
/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.