]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitweb.txt: change "folder" to "directory"
authorMartin Ågren <martin.agren@gmail.com>
Sun, 24 Oct 2021 17:09:17 +0000 (19:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 18:06:57 +0000 (11:06 -0700)
We prefer "directory" over "folder" when discussing the file system
concept. Change this instance for consistency.

After this, the only hits for '\<folder\>' in Documentation/ relate to
IMAP folders.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitweb.txt

index 3cc9b034c435a555f96eb7943932045ec2b9bcc8..7cee9d36899101b1ea48cebcb875388164b002b8 100644 (file)
@@ -547,7 +547,7 @@ like this:
     # make the front page an internal rewrite to the gitweb script
     RewriteRule ^/$  /cgi-bin/gitweb.cgi  [QSA,L,PT]
 
-    # look for a public_git folder in unix users' home
+    # look for a public_git directory in unix users' home
     # http://git.example.org/~<user>/
     RewriteRule ^/\~([^\/]+)(/|/gitweb.cgi)?$  /cgi-bin/gitweb.cgi \
                [QSA,E=GITWEB_PROJECTROOT:/home/$1/public_git/,L,PT]