pack-objects: implement bitmap writing
[gitweb.git] / Documentation / rev-list-options.txt
index 5bdfb4285247770722434541700b0f7547e3a113..c236b857b0f1ae10eb2993b1703f7c9f4faa2152 100644 (file)
@@ -274,6 +274,14 @@ See also linkgit:git-reflog[1].
        Output excluded boundary commits. Boundary commits are
        prefixed with `-`.
 
+ifdef::git-rev-list[]
+--use-bitmap-index::
+
+       Try to speed up the traversal using the pack bitmap index (if
+       one is available). Note that when traversing with `--objects`,
+       trees and blobs will not have their associated path printed.
+endif::git-rev-list[]
+
 --
 
 History Simplification