diff --git a/admin-all.html b/admin-all.html
index 1bb0fb0..efd1ac7 100644
--- a/admin-all.html
+++ b/admin-all.html
@@ -376,7 +376,10 @@ directory of each repo.
rsync -a olduser@oldhost:repositories .
mv repositories/gitolite-admin.git $HOME/old-gitolite-admin.git
find repositories -name gitolite-hooked | xargs rm
-
+
+
+Don't forget to chown repositories if git's UID changed. Gitolite expects
+the hosting user to own all the files and directories it manages.
(workstation, new server) install gitolite normally on your new
server. Use whatever install method suits you, but you must use the
same name for the admin ("YourName" in the install instructions). You
diff --git a/bac.html b/bac.html
index 098ad9a..d079e6f 100644
--- a/bac.html
+++ b/bac.html
@@ -210,5 +210,6 @@ when used as a username; you've seen examples of it earlier.
Advanced users: also see the entry for GL_ALL_INCLUDES_SPECIAL in the
documentation for ~/.gitolite.rc.
-When used as a reponame, it includes all repos.
+When used as a reponame, it includes all repos physically present in
+~/repositories (or whatever is the value of $REPO_BASE).
diff --git a/gitolite.conf-all.html b/gitolite.conf-all.html
index 74a304e..c3dfb31 100644
--- a/gitolite.conf-all.html
+++ b/gitolite.conf-all.html
@@ -280,7 +280,8 @@ when used as a username; you've seen examples of it earlier.
Advanced users: also see the entry for GL_ALL_INCLUDES_SPECIAL in the
documentation for ~/.gitolite.rc.
-When used as a reponame, it includes all repos.
+When used as a reponame, it includes all repos physically present in
+~/repositories (or whatever is the value of $REPO_BASE).
diff --git a/master-toc.html b/master-toc.html
index c1398a1..980593d 100644
--- a/master-toc.html
+++ b/master-toc.html
@@ -15,7 +15,7 @@
1000-words
-- gitolite in pictures
+
- gitolite in pictures
- installation and setup
- adding users to gitolite
@@ -30,7 +30,7 @@
admin-defined-commands
-- admin defined commands
+
- admin defined commands
@@ -60,22 +60,22 @@
admin
-- administering and running gitolite
+
- administering and running gitolite
@@ -88,7 +88,7 @@
auth
-- authentication versus authorisation
+
- authentication versus authorisation
- but... but... you have all that ssh stuff in there!
- so you're basically saying you won't support "X"
@@ -103,7 +103,7 @@
big-config
-- what is a "big-config"
+
- what is a "big-config"
- when/why do we need it?
@@ -118,9 +118,9 @@
- other optimisations
-- storing usergroup information outside gitolite (like in LDAP)
+
- storing usergroup information outside gitolite (like in LDAP)
- why
- how
@@ -141,12 +141,12 @@
delegation
-- delegating access control responsibilities
+
- delegating access control responsibilities
- lots of repos, lots of users
- how to use delegation
- security notes
@@ -164,7 +164,7 @@
developer-notes
-- developer/patch maintainer notes
+
- developer/patch maintainer notes
- general stuff
- the rc file
@@ -190,7 +190,7 @@
gitolite-and-ssh
-- how gitolite uses ssh
+
- how gitolite uses ssh
@@ -273,7 +273,7 @@
gitolite-gitweb-http-backend
-- how to set up gitolite+gitweb+ssh+http-backend
+
- how to set up gitolite+gitweb+ssh+http-backend
- NAME
- DESCRIPTION
@@ -302,12 +302,12 @@
gitolite.rc
-- configuring gitolite's advanced features -- the
.gitolite.rc file
+ - configuring gitolite's advanced features -- the
.gitolite.rc file
- variables that should not be touched at all
- most often used/changed variables
- variables with an efficiency/performance impact
-- variables with a security impact
+- variables with a security impact
- less used/changed variables
- rarely changed variables
- constants that aren't!
@@ -321,7 +321,7 @@
hook-propagation
-- hook propagation in gitolite
+
- hook propagation in gitolite
- hooks used by gitolite
- where do I (the admin) put the hooks?
@@ -342,7 +342,7 @@
http-backend
-- how to setup gitolite to use smart http mode
+
- how to setup gitolite to use smart http mode
- WARNINGS, plus stuff I need help with
- additional requirements
@@ -364,14 +364,14 @@
index
-- Hosting git repositories
+
- Hosting git repositories
-- quick install
-- what should you read?
+
- quick install
+- what should you read?
-- what is gitolite?
+- what is gitolite?
- why is gitolite needed?
- why did I write it?
@@ -389,24 +389,24 @@
install
-- gitolite installation
+
- gitolite installation
- installing and upgrading gitolite
-- if you run into trouble...
+
- if you run into trouble...
@@ -433,7 +433,7 @@
migrate
@@ -443,42 +443,42 @@
mirroring
@@ -490,7 +490,7 @@
mob-branches
@@ -500,7 +500,7 @@
nagp
-- ...not a gitolite problem!
+
- ...not a gitolite problem!
- ssh
- git
@@ -521,7 +521,7 @@
packaging
@@ -531,7 +531,7 @@
progit-article
-- (master copy of progit chapter on gitolite)
+
- (master copy of progit chapter on gitolite)
- Gitolite ##
@@ -554,15 +554,15 @@
report-output
@@ -573,7 +573,7 @@
ssh-troubleshooting
@@ -611,7 +611,7 @@
tips-notes
-- assorted tips and notes
+
- assorted tips and notes
- common errors and mistakes
- other errors, warnings, notes...
@@ -623,14 +623,14 @@
- INconvenience features
- helping with gitweb
- advanced features
- odds and ends
@@ -670,7 +670,7 @@
user
@@ -720,7 +720,7 @@
who-uses-it
@@ -730,7 +730,7 @@
wildcard-repositories
-- handing out rights to wildcard-matched repos
+
- handing out rights to wildcard-matched repos
- setting a gitweb description for a wildcard-matched repo
@@ -768,7 +768,7 @@
gerrit
@@ -791,7 +791,7 @@
mirroring-complex-example