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;;
508
508
<<def_tree_object,trees>> to the trees or <<def_blob_object,blobs>>
509
509
that they contain.
510
510
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
+
511
519
[[def_rebase]]rebase::
512
520
To reapply a series of changes from a <<def_branch,branch>> to a
513
521
different base, and reset the <<def_head,head>> of that branch
You can’t perform that action at this time.
0 commit comments