From f7b0ec37297a1404ba4adc46704ab4b551c296c3 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Tue, 5 Jun 2007 13:14:31 +0300 Subject: [PATCH] Update notes. --- README.rst | 5 +++++ TODO.rst | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/README.rst b/README.rst index ad5553f..1dc9b75 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,11 @@ TODO gitosis-lint: check that the user account (e.g. ``git``) looks valid +gitosis-init: create repo with conf+keydir + +gitosis-create-repositories: create repos mentioned in config if +they don't exist + make git hook: update authorized_keys make git hook: update config file diff --git a/TODO.rst b/TODO.rst index b80fa14..4e96501 100644 --- a/TODO.rst +++ b/TODO.rst @@ -8,3 +8,11 @@ physical and logical path are always the same - maybe remove the whole mapping feature for good? + +- use groups somehow to reduce typing for ``gitweb = yes`` + +- detect when repo actually ends in ``.git`` for ``projects.list`` + (otherwise gitweb won't see it) + +- ConfigParser does not guarantee ordering, rewrite all unit tests to + assume sorted, fix code to sort