Skip to content

Releases: PaulRosset/git-aware

Release 1.0.2

22 Mar 13:43
Compare
Choose a tag to compare

In this release, we are adding a new asked feature:

v1.0.1

04 Jan 19:46
Compare
Choose a tag to compare

Small improvements have been rolled out especially in the way the tool handle potential errors.

V1.0.0 First release

27 Dec 17:48
Compare
Choose a tag to compare

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.