summaryrefslogtreecommitdiffstats
path: root/git-multi-pack-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-29 16:20:47 -0700
commit19dcd3f0b9267bf8ca50aa402ecf9f18957583c0 (patch)
treeea9de4084c57f181044a9aed3d984322b35f2d06 /git-multi-pack-index.txt
parent7f3e672e3ddcaaf72cc46cfda34941183a9e5bbe (diff)
downloadgit-htmldocs-19dcd3f0b9267bf8ca50aa402ecf9f18957583c0.tar.gz
Autogenerated HTML docs for v2.34.0-rc0
Diffstat (limited to 'git-multi-pack-index.txt')
-rw-r--r--git-multi-pack-index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-multi-pack-index.txt b/git-multi-pack-index.txt
index b008ce285..c588fb91a 100644
--- a/git-multi-pack-index.txt
+++ b/git-multi-pack-index.txt
@@ -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