Browse Source

Merge 454f255da45add047bb37d9616d4f2ebe90b9bf6 into 55c5c285558c410bb35ebf421245d320ab9ee9fa

fjra 7 years ago
parent
commit
b8bc637f1c
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats View File

72
 	exectime_external += (end - start)
72
 	exectime_external += (end - start)
73
 	return output.rstrip('\n')
73
 	return output.rstrip('\n')
74
 
74
 
75
-def getlogrange(defaultrange = 'HEAD', end_only = True):
75
+def getlogrange(defaultrange = 'HEAD', end_only = False):
76
 	commit_range = getcommitrange(defaultrange, end_only)
76
 	commit_range = getcommitrange(defaultrange, end_only)
77
 	if len(conf['start_date']) > 0:
77
 	if len(conf['start_date']) > 0:
78
 		return '--since="%s" "%s"' % (conf['start_date'], commit_range)
78
 		return '--since="%s" "%s"' % (conf['start_date'], commit_range)