]> git.armaanb.net Git - stagit.git/blob - TODO
compat: add strlcpy, strlcat, for glibc
[stagit.git] / TODO
1 performance:
2 - optimize git_diff_get_stats.
3 - speed up generating files.
4 - be smarter about changes (an existing commit can never change the diff page).
5 ? add pagination to log.html for > 5000 entries?
6
7 display:
8 - time format: YYYY-MM-DD HH:MM (always use UTC+00:00, but don't show timezone).
9
10 layout:
11 - make top menu look nicer in links/lynx again.
12
13 features:
14 - add raw link to latest files: raw/file...
15 - checkout files in separate directory.
16 - format text files in repo with lines, make the link linkable with an "anchor".
17 - able to add link to git url: git://url... per project.
18 ? add summary page?
19 ? show all the tags and branches as list.
20 ? show commits for more tags and branches?
21
22 documentation:
23 - write mandoc pages.
24
25 idea:
26 - program to write index for multiple repos: urmoms-index <repodir>...