Skip to content

Commit 85bc006

Browse files
Martin Ågrengitster
authored andcommitted
git-multi-pack-index.txt: change "folder" to "directory"
We prefer "directory" over "folder" when discussing the file system concept. In all of our documentation, these are the only spots where we refer to the `.git` directory as a folder. Switch to "directory", and while doing so, add backticks to the ".git" filename to set it in monospace. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9d530dc commit 85bc006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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

0 commit comments

Comments
 (0)