diff options
author | Tommi Virtanen <tv@eagain.net> | 2007-11-15 22:02:31 +0200 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2007-11-15 22:02:31 +0200 |
commit | e8f6d7947d64471efcfc9a9e9f8404d70efb92d3 (patch) | |
tree | fa9d76b21c7969b370641c3291b94a11252d4a6f | |
parent | Avoid decorators to be compatible with python2.3 (for now). (diff) | |
download | gitosis-gentoo-e8f6d7947d64471efcfc9a9e9f8404d70efb92d3.tar.gz gitosis-gentoo-e8f6d7947d64471efcfc9a9e9f8404d70efb92d3.tar.bz2 gitosis-gentoo-e8f6d7947d64471efcfc9a9e9f8404d70efb92d3.zip |
Bring TODO list up to date.
-rw-r--r-- | TODO.rst | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -2,13 +2,10 @@ TODO list =========== -- let me have ~git{,/repositories} owned by root:root +- let me have ~git owned by root:root - gitosis-lint: check that the user account (e.g. ``git``) looks valid -- gitosis-create-repositories: create repos mentioned in config if - they don't exist - - git-daemon-export-ok - guard against *.pub files named -foo.pub or foo;bar.pub @@ -45,6 +42,8 @@ - need to chgrp repositories www-data to make them accessible by gitweb - allow using git-cvsserver? + - git-shell can now let users do cvs-compatible commits + - ponder GIT_AUTHOR_NAME etc - move from log.foo("bar" % quux) to log.foo("bar", quux) @@ -69,8 +68,7 @@ - maybe postprocess gitosis.conf to have a "# DO NOT EDIT" header? -- setuptools 0.6a9 will have a non-executeable post-update hook, - this will make gitosis-admin settings not update - (fixed in 0.6c5, maybe earlier) - - git enhancement: "git init" should output to stderr, not to stdout + +- README says "when prompted", but those are INFO level log messages, + not shown by default |