Kaynağa Gözat

todo: ideas on tags.

Heikki Hokkanen 16 yıl önce
ebeveyn
işleme
c41e414173
1 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. 9
    1
      doc/TODO.txt

+ 9
- 1
doc/TODO.txt Dosyayı Görüntüle

@@ -3,6 +3,15 @@
3 3
 	- git-log --pretty=format:"%at %an" |grep -C3 unknown
4 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 15
 [Unsorted]
7 16
 - clean up after running gnuplot (option to keep .dat files around?)
8 17
 - show raw data in some way (the tables used currently aren't very nice)
@@ -45,7 +54,6 @@
45 54
 
46 55
 - Tags
47 56
 	- Lines
48
-	- Authors (count of people contributing after last version)?
49 57
 
50 58
 - Author page for each author
51 59
 	- Name, mail