]> oss.titaniummirror.com Git - repo_shell.git/commit
README: show how other users can run gitcreate
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 22 Sep 2014 16:50:02 +0000 (10:50 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 22 Sep 2014 17:32:20 +0000 (11:32 -0600)
commitaf04042a17a26cf6f4d3fb7ac5af35cd1311cc2a
tree17c9099d8395b5bb064b27b7aa26616450864b2e
parenta6c6f0d2cfe2ffaa3995c52af97cdbdf9757ed43
README: show how other users can run gitcreate

It is inconvenient for other users not to be able to create
repositories.  And generally repository creation is a safe operation,
since the gitcreate script prevents its execution on a path already
created.  The worst case is junk being added that an administrator must
remove, which is tolerable.

In such cases, sudo can be configured to allow other users the ability
to create new git repositories.
README