clean_git_history_lib

Crates.ioclean_git_history_lib
lib.rsclean_git_history_lib
version0.2.1
sourcesrc
created_at2021-10-05 20:19:10.678958
updated_at2024-10-14 10:03:31.721153
descriptionA Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits.
homepage
repositoryhttps://github.com/DeveloperC286/clean_git_history
max_upload_size
id460840
size12,613
DeveloperC (DeveloperC286)

documentation

README

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

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 https://crates.io/crates/log for more detailed documentation.

Issues/Feature Requests

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

Commit count: 193

cargo fmt