diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-01-03 21:06:03 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2016-01-03 21:06:03 +0100 |
commit | e10f79ad2afa61294c90c4e9ae361aa2b086cf9d (patch) | |
tree | 9bef0c1609740fbc71aa41207fa0b4e052139d7f /TODO | |
parent | c226554b64a9529296b690d827966ccf139336bd (diff) |
add refs page (branches and tags)
quite some code is added, this will be cleaned up in a following code iteration.
- make sure to free some more allocated git objects.
- use fputs() asmuch as possible instead of fprintf().
- code cleanup
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ performance: layout: - make top menu look nicer in links/lynx again. +- show tags in log. documentation: - improve mandoc pages. |