minor doc updates re directories etc

This commit is contained in:
Sitaram Chamarty 2009-09-01 19:52:06 +05:30
parent 401c2f46d7
commit 4fa1ca6652
2 changed files with 8 additions and 1 deletions

View file

@ -19,7 +19,8 @@ $REPO_BASE="repositories";
# --------------------------------------
# I see no reason anyone may want to change the gitolite admin directory, but
# feel free to do so
# feel free to do so. However, please note that it *must* be an *absolute*
# path (i.e., starting with a "/" character)
# gitolite admin directory, files, etc
$GL_ADMINDIR=$ENV{HOME} . "/.gitolite";

View file

@ -22,6 +22,12 @@ In this document:
* once in a while, if you're feeling particularly BOFH-ish, take a look at
`$GL_ADMINDIR/log` :-)
* if you specify a repo that is not at the top level `$REPO_BASE`, be sure
to manually create the intermediate directories first. For instance if
you specify a new repo called "a/b/c" to the config file and "compile",
the "compile" script will just `mkdir a/b/c.git`, assuming "a/b" has
already been created
### differences from gitosis
Apart from the big ones listed in the top level README, and subjective ones