class documentation
A pack bitmap index.
Bitmaps store reachability information for commits in a packfile, allowing fast object enumeration without graph traversal.
| Method | __init__ |
Initialize a pack bitmap. |
| Method | get |
Get the bitmap for a commit. |
| Method | has |
Check if a commit has a bitmap. |
| Method | iter |
Iterate over all commits with bitmaps. |
| Instance Variable | blob |
Undocumented |
| Instance Variable | commit |
Undocumented |
| Instance Variable | entries |
Undocumented |
| Instance Variable | entries |
Undocumented |
| Instance Variable | flags |
Undocumented |
| Instance Variable | lookup |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | pack |
Undocumented |
| Instance Variable | tag |
Undocumented |
| Instance Variable | tree |
Undocumented |
| Instance Variable | version |
Undocumented |
Get the bitmap for a commit.
| Parameters | |
commitbytes | SHA-1 of the commit |
| Returns | |
EWAHBitmap | None | EWAH bitmap or None if not found |