minor typos

This commit is contained in:
Eli Barzilay 2010-02-26 15:11:38 -05:00 committed by Sitaram Chamarty
parent 4cf18d8339
commit 9f805646fe
4 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@ repo gitolite
R = @staff R = @staff
RW+ = sitaram RW+ = sitaram
# you can split up access rules for a repo as convenient # you can split up access rules for a repo for convenience
# (notice that @oss_repos contains gitolite also) # (notice that @oss_repos contains gitolite also)
repo @oss_repos repo @oss_repos
R = @all R = @all

View file

@ -107,7 +107,7 @@ to replicate it manually. The input is your pubkey, typically
/home/git/.ssh /home/git/.ssh
/home/git /home/git
[Actually, sshd requires that even directories *above* ~ (/, /home, [Actually, `sshd` requires that even directories *above* `~` (`/`, `/home`,
typically) also must be `go-w`, but that needs root. And typically typically) also must be `go-w`, but that needs root. And typically
they're already set that way anyway. (Or if they're not, you've got they're already set that way anyway. (Or if they're not, you've got
bigger problems than gitolite install not working!)] bigger problems than gitolite install not working!)]

View file

@ -159,7 +159,7 @@ use 'getperms' to check:
The following points are important: The following points are important:
* note the syntax of the commands; it's not a "git" command,and there's no * note the syntax of the commands; it's not a "git" command, and there's no
`:` like in a repo URL. The first space-separated word is R or RW, and `:` like in a repo URL. The first space-separated word is R or RW, and
the rest are simple usernames. the rest are simple usernames.

View file

@ -22,7 +22,7 @@ gitolite *after* the install has completed successfully.
In addition, I **strongly** recommend reading [this document][glb] -- it's a In addition, I **strongly** recommend reading [this document][glb] -- it's a
very detailed look at how gitolite uses ssh's features on the server side. very detailed look at how gitolite uses ssh's features on the server side.
Most people don't know ssh as well as they *think* they do; even if you dont Most people don't know ssh as well as they *think* they do; even if you don't
have any problems right now, it's worth skimming over. have any problems right now, it's worth skimming over.
In addition to both these documents, there's now a program called In addition to both these documents, there's now a program called