class documentation
class CommitGraphTask(MaintenanceTask):
Constructor: CommitGraphTask(repo, auto, progress)
Commit-graph maintenance task.
| Method | default |
Commit-graph is enabled by default. |
| Method | run |
Update commit-graph file. |
| Class Variable | name |
Undocumented |
Inherited from MaintenanceTask:
| Method | __init__ |
Initialize maintenance 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.runUpdate commit-graph file.
| Returns | |
bool | True if successful, False otherwise |