Git development
 help / color / mirror / Atom feed
* measuring the % change between two commits
@ 2012-02-23 11:30 Sitaram Chamarty
  2012-02-23 20:09 ` Junio C Hamano
  2012-02-23 20:13 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Sitaram Chamarty @ 2012-02-23 11:30 UTC (permalink / raw)
  To: Git Mailing List

I'm trying to come up with a % measure for the changes between two commits.

I don't mind how precisely it is calculated, since this is only for a
thresholding purpose where we can adjust the threshold if the way it
is calculated is not what we think it should be.

The logging options that put out a % figure only do so for
copied/renamed files.  Merely modified files do not get a % figure
attached.

I could do a --numstat and then do a 'wc -l' on each file I guess, but
I was hoping to avoid that.

--dirstat gives you a percentage but does not count the top level directory.

Any ideas?

-- 
Sitaram

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

end of thread, other threads:[~2012-02-24 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 11:30 measuring the % change between two commits Sitaram Chamarty
2012-02-23 20:09 ` Junio C Hamano
2012-02-23 20:13 ` Junio C Hamano
2012-02-24 17:05   ` Sitaram Chamarty

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