(minor) some doc typos

This commit is contained in:
Sitaram Chamarty 2010-09-03 08:52:14 +05:30
parent 07d07cc5f6
commit 2cf382ca4e
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ The following points are important:
### 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.
<a name="reporting"></a>

View file

@ -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
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
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.
<a name="basic_ssh_troubleshooting_for_the_admin"></a>