git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Oddity in git commit summary
@ 2007-12-15 20:29 Daniel Barkalow
  2007-12-16 23:01 ` Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Barkalow @ 2007-12-15 20:29 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

I just noticed that I got a strange summary from git commit -a --amend 
with the current master. It said:

Created commit f16cb29: Build in checkout
 5 files changed, 482 insertions(+), 299 deletions(-)
 create mode 100644 builtin-checkout.c
 delete mode 100755 git-checkout.sh

But git show --stat says:
 7 files changed, 780 insertions(+), 306 deletions(-)

And git show --stat -C says:
 6 files changed, 482 insertions(+), 8 deletions(-)

The commit that I noticed this on is available from:

 git://iabervon.org/~barkalow/git.git builtin-checkout

I've never particularly paid attention to this message before, so I don't 
know if it's saying something accurate I'm not understanding, or if it's 
actually inaccurate about what it's trying to show.

	-Daniel
*This .sig left intentionally blank*

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

end of thread, other threads:[~2007-12-17  3:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-15 20:29 Oddity in git commit summary Daniel Barkalow
2007-12-16 23:01 ` Junio C Hamano
2007-12-16 23:11 ` [PATCH 1/2] builtin-commit: fix summary output Junio C Hamano
2007-12-16 23:12 ` [PATCH 2/2] builtin-commit: make summary output consistent with status Junio C Hamano
2007-12-17  3:42   ` Daniel Barkalow

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).