Parcourir la source

todo: removed stale comment about linux-2.6 repo.

Heikki Hokkanen il y a 16 ans
Parent
révision
9f6504b11f
2 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0
    4
      doc/TODO.txt
  2. 0
    1
      gitstats

+ 0
- 4
doc/TODO.txt Voir le fichier

@@ -6,10 +6,6 @@
6 6
 	SLOC or comments on the "lines of code" image. Could this somehow be
7 7
 	added?
8 8
 
9
-- BUG linux-2.6 repository
10
-	- git-log --pretty=format:"%at %an" |grep -C3 unknown
11
-	- git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
12
-
13 9
 [Unsorted]
14 10
 - clean up after running gnuplot (option to keep .dat files around?)
15 11
 - show raw data in some way (the tables used currently aren't very nice)

+ 0
- 1
gitstats Voir le fichier

@@ -223,7 +223,6 @@ class GitDataCollector(DataCollector):
223 223
 		# Outputs "<stamp> <author>"
224 224
 		lines = getpipeoutput(['git rev-list --pretty=format:"%at %ai %an" HEAD', 'grep -v ^commit']).split('\n')
225 225
 		for line in lines:
226
-			# linux-2.6 says "<unknown>" for one line O_o
227 226
 			parts = line.split(' ')
228 227
 			author = ''
229 228
 			try: