summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-ref
AgeCommit message (Expand)Author
2020-01-01WIPimag-ref/moveMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26imag-ref: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/core/ref: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/ref: Fix Clippy warningsflip1995
2019-06-30Update all dependenciesMatthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-27Fix: Do only check entries which are a refMatthias Beyer
2019-04-22Implement list-dead subcommandMatthias Beyer
2019-04-22Add CLI interface for listing dead refsMatthias Beyer
2019-04-22Refactor error handlingMatthias Beyer
2019-04-22Add setting to override basepath settingMatthias Beyer
2019-02-20Move helper function to libimagentref::utilMatthias Beyer
2019-02-20Add config fetching function for Ref::get_path() parameterMatthias Beyer
2019-02-17Rewrite imag-refMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-06Add ID reporting in imag-refMatthias Beyer
2018-11-01Use new "ask" function interface with input/output stream paramsMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-02-20Remove usage of libimagentrylistMatthias Beyer
2018-02-19Redesign of the CLIMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-11Merge pull request #1275 from matthiasbeyer/clap-featuresMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-10Update dependency: clap: 2.17 -> 2.29Matthias Beyer
2018-02-10Compile clap with suggestions and color supportMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-14Support deleting by partial hashMatthias Beyer
2017-10-14Add RefStore::find_storeid_by_partial_hash() helperMatthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer