File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,14 @@ exclude;;
508508 <<def_tree_object,trees>> to the trees or <<def_blob_object,blobs>>
509509 that they contain.
510510
511+ [[def_reachability_bitmap]]reachability bitmaps::
512+ Reachability bitmaps store information about the
513+ <<def_reachable,reachability>> of a selected set of commits in
514+ a packfile, or a multi-pack index (MIDX), to speed up object search.
515+ The bitmaps are stored in a ".bitmap" file. A repository may have at
516+ most one bitmap file in use. The bitmap file may belong to either one
517+ pack, or the repository's multi-pack index (if it exists).
518+
511519[[def_rebase]]rebase::
512520 To reapply a series of changes from a <<def_branch,branch>> to a
513521 different base, and reset the <<def_head,head>> of that branch
You can’t perform that action at this time.
0 commit comments