git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 7e14c4d1e20da41d29dd6aaa89111b1117b5d932 parent e785d9f4e02b6bef57f2245b6f488819f82415af Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 6 Jan 2016 19:14:59 +0100 update TODO Diffstat:
| M | TODO | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/TODO b/TODO @@ -1,18 +1,6 @@ -refs: -? detect branches from remote origin? - (no need to pull local branches for non-bare repos). - performance: - optimize git_diff_get_stats. - speed up generating files. -cleanup: -- simplify writebranches and writetags, just use git_reference_*, - it should kill some lines. - -layout: -- make top menu look nicer in links/lynx again. -? show tags in log. - documentation: - improve mandoc pages.