From 8b7ddc1f1dbfd0fceab6071bc032a10baf481d80 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Tue, 25 Oct 2011 17:28:47 +0300 Subject: [PATCH] Be multirepo-compatible by not resetting total_size. --- gitstats | 1 - 1 file changed, 1 deletion(-) diff --git a/gitstats b/gitstats index 716d4d9..7a0ffcc 100755 --- a/gitstats +++ b/gitstats @@ -406,7 +406,6 @@ class GitDataCollector(DataCollector): # extensions and size of files lines = getpipeoutput(['git ls-tree -r -l -z %s' % getcommitrange('HEAD', end_only = True)]).split('\000') - self.total_size = 0 for line in lines: if len(line) == 0: continue -- 2.11.4.GIT