Update notes.
This commit is contained in:
parent
418c5c3cfc
commit
f7b0ec3729
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
8
TODO.rst
8
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
|
||||
|
|
Loading…
Reference in a new issue