radicle-heartwood-lfs/radicle-cli
cloudhead 5442e6699d
cli: Split rev and oid parsing functions
* `args::rev` now parses things like `master`, `HEAD`, `3f25ea5`.
* `args::oid` is for parsing full or short oids, like `3f25ea5`.

Both return a `Rev`, since short oids can't be properly represented with
the `git2::Oid` type.
2023-09-27 13:20:48 +02:00
..
examples term: Overhaul rendering 2023-09-27 12:37:41 +02:00
src cli: Split rev and oid parsing functions 2023-09-27 13:20:48 +02:00
tests Prevent divergences in canonical head 2023-09-27 12:25:14 +02:00
Cargo.toml cli: Implement pretty diffs with highlighting 2023-09-27 12:37:41 +02:00