Expand description
Core algorithms and data structures.
Modules§
- check_
out - Handle checking out commits on disk.
- config
- Accesses repo-specific configuration.
- dag
- Wrapper around the Eden SCM directed acyclic graph implementation, which allows for efficient graph queries.
- effects
- Wrappers around various side effects.
- eventlog
- Process our event log.
- formatting
- Formatting and output helpers.
- gc
- Deal with Git’s garbage collection mechanism.
- node_
descriptors - Additional description metadata to display for commits.
- repo_
ext - Helper functions on
Repo
. - rewrite
- Tools for editing the commit graph.
- task
- Utilities for compute-heavy tasks which need to be run in parallel.