Crates.io | clean_git_history_lib |
lib.rs | clean_git_history_lib |
version | 0.2.1 |
source | src |
created_at | 2021-10-05 20:19:10.678958 |
updated_at | 2024-10-14 10:03:31.721153 |
description | A Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits. |
homepage | |
repository | https://github.com/DeveloperC286/clean_git_history |
max_upload_size | |
id | 460840 |
size | 12,613 |
🚧 Archived 🚧 Please use the binary version instead, it should contain all functionality you were going to implement with the library.
A Git history linter Library to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits.
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.
To report an issue or request a new feature use https://github.com/DeveloperC286/clean_git_history/issues.