Crate clean_git_history_lib

Source
Expand description

🚧 Archived 🚧 Please use the binary version instead, it should contain all functionality you were going to implement with the library.

  • http://github.com/DeveloperC286/clean_git_history

§Clean Git History Library

Documentation crates.io Conventional Commits License

A Git history linter Library to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits.

§Content

§Usage

§Usage - Logging

The crate log is used to provide logging. The environment variable RUST_LOG can be used to set the logging level. See http://crates.io/crates/log for more detailed documentation.

§Issues/Feature Requests

To report an issue or request a new feature use http://github.com/DeveloperC286/clean_git_history/issues.

Structs§

Commits
A representation of a range of commits within a Git repository, which can have various lints performed upon it after construction.