class documentation

Commit-graph maintenance task.

Method default_enabled 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_enabled Check if task is enabled in repository configuration.
Instance Variable auto Undocumented
Instance Variable progress Undocumented
Instance Variable repo Undocumented
def default_enabled(self) -> bool:

Commit-graph is enabled by default.

def run(self) -> bool:

Update commit-graph file.

Returns
boolTrue if successful, False otherwise