(minor) some doc typos
This commit is contained in:
parent
07d07cc5f6
commit
2cf382ca4e
|
@ -186,7 +186,7 @@ The following points are important:
|
||||||
|
|
||||||
### setting a gitweb description for a wildcard-matched repo
|
### setting a gitweb description for a wildcard-matched repo
|
||||||
|
|
||||||
Similar to the getperm/setperm commands, there are the getdesc/setdesc
|
Similar to the getperms/setperms commands, there are the getdesc/setdesc
|
||||||
commands, thanks to Teemu.
|
commands, thanks to Teemu.
|
||||||
|
|
||||||
<a name="reporting"></a>
|
<a name="reporting"></a>
|
||||||
|
|
|
@ -258,7 +258,7 @@ The second error happens if you use `git@server:repositories/reponame.git`
|
||||||
(assuming default `$REPO_BASE` setting) -- that is, you used the full unix
|
(assuming default `$REPO_BASE` setting) -- that is, you used the full unix
|
||||||
path. Since the "prefixing" mentioned above is not required, the shell finds
|
path. Since the "prefixing" mentioned above is not required, the shell finds
|
||||||
the repo and clones ok. But when you push, gitolite's **update hook** kicks
|
the repo and clones ok. But when you push, gitolite's **update hook** kicks
|
||||||
in, and fails to run because you some of the environment variables it is
|
in, and fails to run because some of the environment variables it is
|
||||||
expecting are not present.
|
expecting are not present.
|
||||||
|
|
||||||
<a name="basic_ssh_troubleshooting_for_the_admin"></a>
|
<a name="basic_ssh_troubleshooting_for_the_admin"></a>
|
||||||
|
|
Loading…
Reference in a new issue