diff options
author | Horst H. von Brand <vonbrand@inf.utfsm.cl> | 2006-06-03 16:27:26 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-03 23:54:55 -0700 |
commit | abda1ef590d94a5e15e7ce3b685b5c092a790cfa (patch) | |
tree | 73162a92b2abd5d87b86566899e321dd8ccef59c /Documentation/git-daemon.txt | |
parent | 895f10c3b596ef955c7f252717e5b4668530c569 (diff) | |
download | git-abda1ef590d94a5e15e7ce3b685b5c092a790cfa.tar.gz git-abda1ef590d94a5e15e7ce3b685b5c092a790cfa.tar.xz |
Documentation: Spelling fixes
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r-- | Documentation/git-daemon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index 924a676a6..4c357daf6 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -20,7 +20,7 @@ aka 9418. It waits for a connection, and will just execute "git-upload-pack" when it gets one. It's careful in that there's a magic request-line that gives the command and -what directory to upload, and it verifies that the directory is ok. +what directory to upload, and it verifies that the directory is OK. It verifies that the directory has the magic file "git-daemon-export-ok", and it will refuse to export any git directory that hasn't explicitly been marked @@ -28,7 +28,7 @@ for export this way (unless the '--export-all' parameter is specified). If you pass some directory paths as 'git-daemon' arguments, you can further restrict the offers to a whitelist comprising of those. -This is ideally suited for read-only updates, ie pulling from git repositories. +This is ideally suited for read-only updates, i.e., pulling from git repositories. OPTIONS ------- |