Skip to content

Commit 236bae1

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c314b62 commit 236bae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitweb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ like this:
547547
# make the front page an internal rewrite to the gitweb script
548548
RewriteRule ^/$ /cgi-bin/gitweb.cgi [QSA,L,PT]
549549

550-
# look for a public_git folder in unix users' home
550+
# look for a public_git directory in unix users' home
551551
# http://git.example.org/~<user>/
552552
RewriteRule ^/\~([^\/]+)(/|/gitweb.cgi)?$ /cgi-bin/gitweb.cgi \
553553
[QSA,E=GITWEB_PROJECTROOT:/home/$1/public_git/,L,PT]

0 commit comments

Comments
 (0)