Skip to content

Commit de3f2c7

Browse files
wkinggitster
authored andcommitted
user-manual: Fix 'http' -> 'HTTP' typos
HTTP is an acronym which has not (yet) made the transition to word status (unlike "laser", probably because lasers are inherently cooler than HTTP ;). Signed-off-by: W. Trevor King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ddd2369 commit de3f2c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/user-manual.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,11 +1931,11 @@ linkgit:git-daemon[1] man page for details. (See especially the
19311931
examples section.)
19321932

19331933
[[exporting-via-http]]
1934-
Exporting a git repository via http
1934+
Exporting a git repository via HTTP
19351935
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19361936

19371937
The git protocol gives better performance and reliability, but on a
1938-
host with a web server set up, http exports may be simpler to set up.
1938+
host with a web server set up, HTTP exports may be simpler to set up.
19391939

19401940
All you need to do is place the newly created bare git repository in
19411941
a directory that is exported by the web server, and make some
@@ -1961,7 +1961,7 @@ $ git clone http://yourserver.com/~you/proj.git
19611961
(See also
19621962
link:howto/setup-git-server-over-http.txt[setup-git-server-over-http]
19631963
for a slightly more sophisticated setup using WebDAV which also
1964-
allows pushing over http.)
1964+
allows pushing over HTTP.)
19651965

19661966
[[pushing-changes-to-a-public-repository]]
19671967
Pushing changes to a public repository

0 commit comments

Comments
 (0)