From: Martin Ågren Date: Sun, 24 Oct 2021 17:09:17 +0000 (+0200) Subject: gitweb.txt: change "folder" to "directory" X-Git-Tag: v2.34.0-rc0~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=236bae14da6240b68bfab783623b602af2ffc003;p=thirdparty%2Fgit.git gitweb.txt: change "folder" to "directory" We prefer "directory" over "folder" when discussing the file system concept. Change this instance for consistency. After this, the only hits for '\' in Documentation/ relate to IMAP folders. Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitweb.txt b/Documentation/gitweb.txt index 3cc9b034c4..7cee9d3689 100644 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@ -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/~/ RewriteRule ^/\~([^\/]+)(/|/gitweb.cgi)?$ /cgi-bin/gitweb.cgi \ [QSA,E=GITWEB_PROJECTROOT:/home/$1/public_git/,L,PT]