Browse Source

todo: ideas on tags.

Heikki Hokkanen 16 years ago
parent
commit
c41e414173
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      doc/TODO.txt

+ 9
- 1
doc/TODO.txt View File

3
 	- git-log --pretty=format:"%at %an" |grep -C3 unknown
3
 	- git-log --pretty=format:"%at %an" |grep -C3 unknown
4
 	- git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
4
 	- git-rev-list (for number of files in each revision) says "Warning: failed to parse line "<unknown> 17741"
5
 
5
 
6
+- Tags
7
+	- sort tags by date and collect info starting from latest
8
+	- show how many commits per tag
9
+		- git rev-list v0.0.1 |wc -l
10
+		- git rev-list v0.0.2 |wc -l
11
+		- git rev-list v0.0.2 ^v0.0.1 |wc -l
12
+	- Authors (count of people contributing after last version)?
13
+		- git shortlog -s v0.0.2 ^v0.0.1
14
+
6
 [Unsorted]
15
 [Unsorted]
7
 - clean up after running gnuplot (option to keep .dat files around?)
16
 - clean up after running gnuplot (option to keep .dat files around?)
8
 - show raw data in some way (the tables used currently aren't very nice)
17
 - show raw data in some way (the tables used currently aren't very nice)
45
 
54
 
46
 - Tags
55
 - Tags
47
 	- Lines
56
 	- Lines
48
-	- Authors (count of people contributing after last version)?
49
 
57
 
50
 - Author page for each author
58
 - Author page for each author
51
 	- Name, mail
59
 	- Name, mail