aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitweb.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2021-10-24 19:09:17 +0200
committerJunio C Hamano <gitster@pobox.com>2021-10-25 11:06:57 -0700
commit236bae14da6240b68bfab783623b602af2ffc003 (patch)
treead12f668bb77334f1706b60c9899a71724aa1387 /Documentation/gitweb.txt
parentc314b62553e2abf9055aa58d5e4ed2e5bb8c9f64 (diff)
downloadgit-236bae14da6240b68bfab783623b602af2ffc003.tar.gz
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 '\<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>
Diffstat (limited to 'Documentation/gitweb.txt')
-rw-r--r--Documentation/gitweb.txt2
1 files changed, 1 insertions, 1 deletions
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/~<user>/
RewriteRule ^/\~([^\/]+)(/|/gitweb.cgi)?$ /cgi-bin/gitweb.cgi \
[QSA,E=GITWEB_PROJECTROOT:/home/$1/public_git/,L,PT]