class documentation
class PackRefsTask(MaintenanceTask):
Constructor: PackRefsTask(repo, auto, progress)
Pack-refs maintenance task.
| Method | run |
Pack loose references. |
| Class Variable | name |
Undocumented |
Inherited from MaintenanceTask:
| Method | __init__ |
Initialize maintenance task. |
| Method | default |
Return default enabled state for this task. |
| Method | is |
Check if task is enabled in repository configuration. |
| Instance Variable | auto |
Undocumented |
| Instance Variable | progress |
Undocumented |
| Instance Variable | repo |
Undocumented |
overrides
dulwich.maintenance.MaintenanceTask.runPack loose references.
| Returns | |
bool | True if successful, False otherwise |