]> git.99rst.org Git - git.git/commitdiff
git-multi-pack-index.txt: change "folder" to "directory"
authorMartin Ågren <redacted>
Sun, 24 Oct 2021 17:09:15 +0000 (19:09 +0200)
committerJunio C Hamano <redacted>
Mon, 25 Oct 2021 18:06:56 +0000 (11:06 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-multi-pack-index.txt

index b008ce2850ddd5bb4e43a34ec88a2777057e97bd..c588fb91af1995c844108cee346512815e39cb3d 100644 (file)
@@ -99,13 +99,13 @@ associated `.keep` file will not be selected for the batch to repack.
 EXAMPLES
 --------
 
-* Write a MIDX file for the packfiles in the current .git folder.
+* Write a MIDX file for the packfiles in the current `.git` directory.
 +
 -----------------------------------------------
 $ git multi-pack-index write
 -----------------------------------------------
 
-* Write a MIDX file for the packfiles in the current .git folder with a
+* Write a MIDX file for the packfiles in the current `.git` directory with a
 corresponding bitmap.
 +
 -------------------------------------------------------------
@@ -118,7 +118,7 @@ $ git multi-pack-index write --preferred-pack=<pack> --bitmap
 $ git multi-pack-index --object-dir <alt> write
 -----------------------------------------------
 
-* Verify the MIDX file for the packfiles in the current .git folder.
+* Verify the MIDX file for the packfiles in the current `.git` directory.
 +
 -----------------------------------------------
 $ git multi-pack-index verify
git clone https://git.99rst.org/PROJECT