Git development
 help / color / mirror / Atom feed
* git vs hg commit counts?
@ 2009-10-27  0:08 Joe Perches
  2009-10-27  0:18 ` Junio C Hamano
  2009-10-27  1:14 ` Jakub Narebski
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Perches @ 2009-10-27  0:08 UTC (permalink / raw)
  To: LKML; +Cc: git, mercurial, Marti Raudsepp

I'm comparing linux-kernel git vs hg repositories.

While testing some changes to scripts/get_maintainer.pl,
I noticed that git and hg have different commit counts
for the same files.

For instance:

$ git log --since=1-year-ago -- MAINTAINERS | \
	grep -P "^commit [0-9a-f]{40,40}$"  | wc -l
514

$ hg log --template="commit {node}\n" --date -365 -- MAINTAINERS  | \
	grep -P "^commit [0-9a-f]{40,40}$" | wc -l
601

Anyone have any understanding why?

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

end of thread, other threads:[~2009-10-27  4:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-27  0:08 git vs hg commit counts? Joe Perches
2009-10-27  0:18 ` Junio C Hamano
2009-10-27  0:23   ` Joe Perches
2009-10-27  1:16   ` Marti Raudsepp
2009-10-27  4:14     ` Joe Perches
2009-10-27  1:14 ` Jakub Narebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox