|
|
@@ -1,35 +1,12 @@
|
|
1
|
1
|
[]
|
|
2
|
|
-- better style for images & tables (keep next to each other?)
|
|
3
|
|
-- parameter --style default.css
|
|
4
|
|
-- styles/default.css
|
|
5
|
|
-
|
|
6
|
|
-[0.0.1]
|
|
7
|
|
-- style: fix table colors
|
|
8
|
2
|
|
|
9
|
3
|
[Unsorted]
|
|
|
4
|
+- allow multiple stylesheets
|
|
|
5
|
+ - parameter --style
|
|
|
6
|
+ - styles/{default,...}.css
|
|
10
|
7
|
- could show some statistics from last year, month, etc... pisg-like?
|
|
11
|
8
|
- use sortable.js
|
|
12
|
9
|
|
|
13
|
|
-[Information]
|
|
14
|
|
-- git-log
|
|
15
|
|
-- git-ls-files
|
|
16
|
|
- - Current list of files
|
|
17
|
|
-- git-ls-tree -r <revision>
|
|
18
|
|
- - get a list of files in each revision
|
|
19
|
|
-- git-log --stat or --shortstat - N files changed, N insertions, N deletions
|
|
20
|
|
-- git-log --name-status - svn-like list of modifications for each commit
|
|
21
|
|
-- git-rev-list --all
|
|
22
|
|
- - first and last commit
|
|
23
|
|
-- git-show-ref --tags
|
|
24
|
|
- - not all tags are tags on refs?
|
|
25
|
|
-- git-log |git-shortlog -s
|
|
26
|
|
- - author: number of commits
|
|
27
|
|
-- git-what-changed
|
|
28
|
|
-- XXX git-log --pretty=oneline |wc -l != git-rev-list --all |wc -l
|
|
29
|
|
- - git-rev-list HEAD == git-log --pretty=oneline
|
|
30
|
|
-- for rev in $(git-rev-list HEAD); do echo "$rev" $(git-ls-tree -r "$rev" |wc -l); done
|
|
31
|
|
- - number of files in each revision
|
|
32
|
|
-
|
|
33
|
10
|
[Stats]
|
|
34
|
11
|
- Activity by Time?
|
|
35
|
12
|
- (G?) Last 30 days
|