Sfoglia il codice sorgente

Merge 454f255da45add047bb37d9616d4f2ebe90b9bf6 into 55c5c285558c410bb35ebf421245d320ab9ee9fa

fjra 7 anni fa
parent
commit
b8bc637f1c
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      gitstats

+ 1
- 1
gitstats Vedi File

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