diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-25 04:23:00 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-25 04:23:01 +0200 |
commit | 0def7126fda12600017a1d8cd598ee0516cf60a2 (patch) | |
tree | b6d32fc682657ea5511434178748a7a56a0f56bc /Documentation/gitweb.txt | |
parent | Merge branch 'es/contacts' (diff) | |
parent | typofix: in-code comments (diff) | |
download | git-0def7126fda12600017a1d8cd598ee0516cf60a2.tar.xz git-0def7126fda12600017a1d8cd598ee0516cf60a2.zip |
Merge branch 'ob/typofixes'
* ob/typofixes:
typofix: in-code comments
typofix: documentation
typofix: release notes
Diffstat (limited to 'Documentation/gitweb.txt')
-rw-r--r-- | Documentation/gitweb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index 40969f1098..cca14b8cc3 100644 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@ -504,7 +504,7 @@ repositories, you can configure Apache like this: The above configuration expects your public repositories to live under '/pub/git' and will serve them as `http://git.domain.org/dir-under-pub-git`, -both as cloneable Git URL and as browseable gitweb interface. If you then +both as clonable Git URL and as browseable gitweb interface. If you then start your linkgit:git-daemon[1] with `--base-path=/pub/git --export-all` then you can even use the `git://` URL with exactly the same path. |