From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: git@vger.kernel.org
Cc: kernel@pengutronix.de
Subject: git log anomalities
Date: Mon, 22 Jul 2013 11:08:54 +0200 [thread overview]
Message-ID: <20130722090854.GA22222@pengutronix.de> (raw)
Hello,
today I looked at the changes to drivers/net/ethernet/freescale/fec.c in
the kernel since v3.8 using
git log --stat v3.8.. --full-diff -- drivers/net/ethernet/freescale/fec.c
which looks as expected. But when I added --graph the diffstats change.
E.g. for 793fc0964be1921f15a44be58b066f22b925d90b it changes from:
drivers/net/ethernet/freescale/Makefile | 3 +-
drivers/net/ethernet/freescale/fec.c | 1966 -----------------------------
drivers/net/ethernet/freescale/fec_main.c | 1966 +++++++++++++++++++++++++++++
drivers/net/ethernet/freescale/fec_ptp.c | 3 -
4 files changed, 1968 insertions(+), 1970 deletions(-)
to
| Documentation/devicetree/bindings/net/dsa/dsa.txt | 91 +
| .../bindings/net/marvell-orion-mdio.txt | 3 +
| Documentation/networking/ip-sysctl.txt | 35 +-
| MAINTAINERS | 2 +-
| arch/arm/net/bpf_jit_32.c | 5 +-
| arch/arm/plat-orion/common.c | 54 +-
| arch/powerpc/net/bpf_jit_comp.c | 12 +-
| ...
| 404 files changed, 15373 insertions(+), 8563 deletions(-)
Is that a bug, or a feature I don't understand?
(I'm using Debian's 1:1.8.3.2-1)
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
next reply other threads:[~2013-07-22 9:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-22 9:08 Uwe Kleine-König [this message]
2013-07-22 10:40 ` git log anomalities Thomas Rast
2013-07-22 21:22 ` [PATCH] log: use true parents for diff even when rewriting Thomas Rast
2013-07-22 21:48 ` Junio C Hamano
2013-07-23 7:27 ` Thomas Rast
2013-07-23 7:49 ` Uwe Kleine-König
2013-07-23 19:55 ` Junio C Hamano
2013-07-31 20:13 ` [PATCH v2] " Thomas Rast
2013-07-31 22:55 ` Jeff King
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=20130722090854.GA22222@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=git@vger.kernel.org \
--cc=kernel@pengutronix.de \
/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.