(minor) fix doc refs missed when we renamed some doc files
This commit is contained in:
parent
ad727488fc
commit
0b6edbf7c2
|
@ -77,7 +77,7 @@
|
||||||
# there are 6 types of permissions: R, RW, and RW+ are simple (the "+" means
|
# there are 6 types of permissions: R, RW, and RW+ are simple (the "+" means
|
||||||
# permission to "rewind" -- force push a non-fast forward to -- a branch).
|
# permission to "rewind" -- force push a non-fast forward to -- a branch).
|
||||||
# The *standalone* C permission pertains to creating a REPO and is described
|
# The *standalone* C permission pertains to creating a REPO and is described
|
||||||
# in doc/4-wildcard-repositories.mkd. The C and D *suffixes* to the RW/RW+
|
# in doc/wildcard-repositories.mkd. The C and D *suffixes* to the RW/RW+
|
||||||
# permissions pertain to creating or deleting a BRANCH, and are described in
|
# permissions pertain to creating or deleting a BRANCH, and are described in
|
||||||
# doc/3-faq-tips-etc.mkd, in the sections on "separating push and create
|
# doc/3-faq-tips-etc.mkd, in the sections on "separating push and create
|
||||||
# rights" and "separating delete and rewind rights" respectively.
|
# rights" and "separating delete and rewind rights" respectively.
|
||||||
|
|
|
@ -225,7 +225,7 @@ $SVNSERVE = "";
|
||||||
|
|
||||||
# This has now been rolled into master, with all the functionality gated by
|
# This has now been rolled into master, with all the functionality gated by
|
||||||
# this variable. Set this to 1 if you want to enable the wildrepos features.
|
# this variable. Set this to 1 if you want to enable the wildrepos features.
|
||||||
# Please see doc/4-wildcard-repositories.mkd for details.
|
# Please see doc/wildcard-repositories.mkd for details.
|
||||||
|
|
||||||
$GL_WILDREPOS = 0;
|
$GL_WILDREPOS = 0;
|
||||||
|
|
||||||
|
|
|
@ -510,7 +510,7 @@ IMPORTANT: once the install completes, *this* key can no longer be used to get
|
||||||
a command line on the server -- it will be used by gitolite, for git access
|
a command line on the server -- it will be used by gitolite, for git access
|
||||||
only. If that is a problem, please ABORT now.
|
only. If that is a problem, please ABORT now.
|
||||||
|
|
||||||
doc/6-ssh-troubleshooting.mkd will explain what is happening here, if you need
|
doc/ssh-troubleshooting.mkd will explain what is happening here, if you need
|
||||||
more info.
|
more info.
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -578,7 +578,7 @@ install, not this one...
|
||||||
|
|
||||||
v_at_shell_bwi="
|
v_at_shell_bwi="
|
||||||
you are using the @SHELL feature in your gitolite config. This feature has
|
you are using the @SHELL feature in your gitolite config. This feature has
|
||||||
now changed in a backward incompatible way; see doc/6-ssh-troubleshooting.mkd
|
now changed in a backward incompatible way; see doc/ssh-troubleshooting.mkd
|
||||||
for information on migrating this to the new syntax.
|
for information on migrating this to the new syntax.
|
||||||
|
|
||||||
DO NOT hit enter unless you have understood that information and properly
|
DO NOT hit enter unless you have understood that information and properly
|
||||||
|
@ -634,7 +634,7 @@ CONFIG FILE FORMAT: see comments in conf/example.conf in the gitolite source.
|
||||||
|
|
||||||
SSH MAGIC: Remember you (the admin) now have *two* keys to access the server
|
SSH MAGIC: Remember you (the admin) now have *two* keys to access the server
|
||||||
hosting your gitolite setup -- one to get you a command line, and one to get
|
hosting your gitolite setup -- one to get you a command line, and one to get
|
||||||
you gitolite access; see doc/6-ssh-troubleshooting.mkd. If you're not using
|
you gitolite access; see doc/ssh-troubleshooting.mkd. If you're not using
|
||||||
keychain or some such software, you may have to run an 'ssh-add' command to
|
keychain or some such software, you may have to run an 'ssh-add' command to
|
||||||
add that key each time you log in.
|
add that key each time you log in.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ GL_PACKAGE_CONF=/tmp/share/gitolite/conf
|
||||||
|
|
||||||
# This program is meant to be completely non-interactive, suitable for running
|
# This program is meant to be completely non-interactive, suitable for running
|
||||||
# server-side from a "post RPM/DEB install" script, or manually by users.
|
# server-side from a "post RPM/DEB install" script, or manually by users.
|
||||||
# Please see the doc/0-user-setup.mkd for details.
|
|
||||||
|
|
||||||
# usage:
|
# usage:
|
||||||
# $0 [foo.pub]
|
# $0 [foo.pub]
|
||||||
|
|
Loading…
Reference in a new issue