git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git log anomalities
@ 2013-07-22  9:08 Uwe Kleine-König
  2013-07-22 10:40 ` Thomas Rast
  2013-07-22 21:22 ` [PATCH] log: use true parents for diff even when rewriting Thomas Rast
  0 siblings, 2 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2013-07-22  9:08 UTC (permalink / raw)
  To: git; +Cc: kernel

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/  |

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

end of thread, other threads:[~2013-07-31 22:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22  9:08 git log anomalities Uwe Kleine-König
2013-07-22 10:40 ` 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

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 NNTP newsgroup(s).