summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2021-08-02Update to 1.4.1Nick Gerace
2021-08-02Bump packagesNick Gerace
2021-06-17Update to 1.4.0Nick Gerace
2021-06-17Continue upon PermissionDenied errorsNick Gerace
2021-05-25Update to 1.3.0Nick Gerace
2021-05-25Remove logging from libraryNick Gerace
2021-05-23Update to 1.2.1Nick Gerace
2021-05-23Bold table headers instead of repo namesNick Gerace
2021-05-16Update to 1.2.0Nick Gerace
2021-05-16Update to 1.1.1Nick Gerace
2021-05-15Update to 1.1.0Nick Gerace
2021-05-15Consolidate gfld into gfoldNick Gerace
2021-04-04Update to 1.0.4Nick Gerace
2021-04-02Update to 1.0.3Nick
2021-04-01Update to 1.0.2Nick
2021-03-30Update to 1.0.1Nick
2021-03-30Add Cargo.lock back to workspaceNick
2021-03-29Update to 1.0.0Nick
2021-03-29Add gfldNick
Add gfld. Consult CHANGELOG.md for more information.
2021-03-16Update to 0.9.1Nick
2021-02-15Update to 0.9.0Nick Gerace
Update to 0.9.0 and change all relevant files with the new semver.
2021-02-15Add display email featureNick Gerace
Add display email feature. Remove prettytable macros. Add shorthand flag for all features without one. Log error during recursively opening sub directories.
2021-02-10Add standard dirs and remove hidden dirsNick Gerace
Add standard directory inclusion via CLI flag. Remove hidden directory walking to increase speed.
2021-01-26Update to 0.8.4Nick Gerace
Update to 0.8.4 and change all relevant files with the new semver.
2021-01-26Switch disable unpushed check to enableNick Gerace
Switch disable unpushed check to enable. Change macOS to darwin where possible.
2020-12-15Update to 0.8.3Nick Gerace
Update to 0.8.3 and change all relevant files with the new semver.
2020-12-14Update to 0.8.2Nick Gerace
Update to 0.8.2 and change all relevant files with the new semver.
2020-12-14Add back unpush functionalityNick Gerace
Add back unpush functionality, which now returns a boolean only and logs errors found. Remove empty results message since it was potentially misleading. For instance, errors may occur silently even though the message to STDOUT always claims that there are no results to display.
2020-12-01Update to 0.8.1Nick Gerace
Update to 0.8.1 and change all relevant files with the new semver.
2020-12-01Remove unpush functionalityNick Gerace
Remove unpush functionality since it does not account for all cases. Add debug flag. Revert bare repository checking back to old behavior.
2020-11-29Add condition enum to utilNick Gerace
Add condition enum to util. This separates row creation from results generation logic.
2020-11-26Update to 0.8.0Nick Gerace
Update to 0.8.0 and change all relevant files with the new semver.
2020-11-26Refactor library into driver and util filesNick Gerace
Refactor library into driver and util files. This library layout helps organize the gfold API.
2020-11-25Add unpushed commit detectionNick Gerace
Add unpushed commit detection. Add logging stack with envlogger and log crates. Add debug target to Makefile. Update example output in README to include unpushed. Add debug statements for general usage. Update bare repo detection to use upstream functionality.
2020-11-18Update to 0.7.1Nick Gerace
Update to 0.7.1 and change all relevant files with the new semver.
2020-11-11Update to 0.7.0Nick Gerace
Update to 0.7.0 and change all relevant files with the new semver.
2020-11-11Add carets to dependencies and update Cargo.lockNick Gerace
Add carets to dependencies and update Cargo.lock. Both changes are needed for crates.io publishing.
2020-11-03Update to 0.6.2Nick Gerace
Update to 0.6.2 and change all relevant files with the new semver.
2020-10-12Update to 0.6.1Nick Gerace
Update to 0.6.1 and reflect the change in all relevant files.
2020-10-10Update to 0.6.0Nick Gerace
Update to 0.6.0. Reflect version change in all relevant files.
2020-10-10Add eyre for simple backtrace reportingNick Gerace
Add eyre for simple backtrace reporting. Since gfold relies on speed and efficiency, and sports a relatively small codebase, eyre provides a simple backtrace report when an error is encountered. Specifically, the filename and line are the most important parts. Unrelated, add a cargo doc command to the release Make target. Adjust existing docs comments to match style. Change some private definitions to be public.
2020-10-07Update to 0.5.2Nick Gerace
Update to 0.5.2. Update all docs and files to reflect the new version.
2020-10-07Update to 0.5.1Nick Gerace
Update to 0.5.1. Update all docs and files to reflect this change.
2020-09-02Update to 0.5.0Nick Gerace
Update to 0.5.0. Update README to reflect features added, changed, and removed from 0.4.0.
2020-08-31Upgrade to version 0.4.0Nick Gerace
Add structopt change to the CHANGELOG, and update all version markers in the repository to 0.4.0.
2020-08-31Switch to structopt for CLI parsing, and change path flag to positional argumentNick Gerace
Switch from clap to structopt for the CLI library of choice. This is because we were using unversioned clap at its latest main branch release. Structopt will provide us with concrete version support until clap v3 releases, or we stay with structopt. We also change the "-p/--path" flag to an optional, positional argument with this commit.
2020-08-30Add Cargo.lockNick Gerace
Add Cargo.lock to repository since this project produces an executable. Add pre 0.3.1 tags changes and GitHub releases changes to CHANGELOG too. Remove GitHub releases information from README. Change output in README to use mythical repositories.