]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/commitdiff
Why should we exit after datelc output?
authorCédric Bosdonnat <cedricbosdo@openoffice.org>
Thu, 21 Oct 2010 08:22:17 +0000 (10:22 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 11 Feb 2011 16:26:06 +0000 (09:26 -0700)
gitdm

diff --git a/gitdm b/gitdm
index 93992a422384a8436cc7bb8da25a07c51bbc4ed1..dec515a8dc618a3263f39aa9d04588b5e475afab 100755 (executable)
--- a/gitdm
+++ b/gitdm
@@ -395,7 +395,6 @@ if TotalChanged == 0:
     TotalChanged = 1 # HACK to avoid div by zero
 if DateStats:
     PrintDateStats ()
-    sys.exit(0)
 
 csv.OutputCSV (CSVFile)
 if CSVFile is not None: