Skip to content

Commit fc0c491

Browse files
committed
Merge branch 'ma/doc-folder-to-directory'
Consistently use 'directory', not 'folder', to call the filesystem entity that collects a group of files and, eh, directories. * ma/doc-folder-to-directory: gitweb.txt: change "folder" to "directory" gitignore.txt: change "folder" to "directory" git-multi-pack-index.txt: change "folder" to "directory"
2 parents da007ba + 236bae1 commit fc0c491

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/git-multi-pack-index.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ associated `.keep` file will not be selected for the batch to repack.
9999
EXAMPLES
100100
--------
101101

102-
* Write a MIDX file for the packfiles in the current .git folder.
102+
* Write a MIDX file for the packfiles in the current `.git` directory.
103103
+
104104
-----------------------------------------------
105105
$ git multi-pack-index write
106106
-----------------------------------------------
107107

108-
* Write a MIDX file for the packfiles in the current .git folder with a
108+
* Write a MIDX file for the packfiles in the current `.git` directory with a
109109
corresponding bitmap.
110110
+
111111
-------------------------------------------------------------
@@ -118,7 +118,7 @@ $ git multi-pack-index write --preferred-pack=<pack> --bitmap
118118
$ git multi-pack-index --object-dir <alt> write
119119
-----------------------------------------------
120120

121-
* Verify the MIDX file for the packfiles in the current .git folder.
121+
* Verify the MIDX file for the packfiles in the current `.git` directory.
122122
+
123123
-----------------------------------------------
124124
$ git multi-pack-index verify

Documentation/gitignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ accessed from the index or a tree versus from the filesystem.
155155
EXAMPLES
156156
--------
157157

158-
- The pattern `hello.*` matches any file or folder
158+
- The pattern `hello.*` matches any file or directory
159159
whose name begins with `hello.`. If one wants to restrict
160160
this only to the directory and not in its subdirectories,
161161
one can prepend the pattern with a slash, i.e. `/hello.*`;

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)