Skip to content

V1.0.0 First release

Compare
Choose a tag to compare
@PaulRosset PaulRosset released this 27 Dec 17:48
· 6 commits to master since this release

This is the first release with the working CLI tool.

The CLI tool gitaware runs on a target directory, searching for Git repositories and, if any, searching for a dirty working copy.

If any dirty working copy is found, it reports the location.

gitaware is inherently fast, as it Walks through the filesystem while looking for git repositories in parallel.

The generated binary for this release is toward Apple Mac User (Intel chip). A CI will be built up shortly to handle all other leading platforms.

During this time, you can build the binary by having Rust and Cargo installed on your machine and run cargo build --release in the git-aware repository. The binary would be generated at target/release/gitaware.