From 9f6504b11f7879355f4140c564581d7d70e45d61 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Fri, 25 Dec 2009 11:00:00 +0200 Subject: [PATCH] todo: removed stale comment about linux-2.6 repo. --- doc/TODO.txt | 4 ---- gitstats | 1 - 2 files changed, 5 deletions(-) diff --git a/doc/TODO.txt b/doc/TODO.txt index 1b0c3f6..c69d3e4 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -6,10 +6,6 @@ SLOC or comments on the "lines of code" image. Could this somehow be added? -- BUG linux-2.6 repository - - git-log --pretty=format:"%at %an" |grep -C3 unknown - - git-rev-list (for number of files in each revision) says "Warning: failed to parse line " 17741" - [Unsorted] - clean up after running gnuplot (option to keep .dat files around?) - show raw data in some way (the tables used currently aren't very nice) diff --git a/gitstats b/gitstats index f85fe07..a305549 100755 --- a/gitstats +++ b/gitstats @@ -223,7 +223,6 @@ class GitDataCollector(DataCollector): # Outputs " " lines = getpipeoutput(['git rev-list --pretty=format:"%at %ai %an" HEAD', 'grep -v ^commit']).split('\n') for line in lines: - # linux-2.6 says "" for one line O_o parts = line.split(' ') author = '' try: -- 2.11.4.GIT