Expand description
Modules§
- config
- Configuration module for the
mdbook-gitinfopreprocessor. - git
- Utility module for running Git commands.
Structs§
- GitInfo
Config - Represents the user-defined configuration options under
[preprocessor.gitinfo]inbook.toml.
Functions§
- get_
git_ output - Run a Git command and return the trimmed
stdoutoutput as aString. - verify_
branch - Verify that a branch exists locally in the given repository.