radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb 9e1d6b1feb radicle: Detect current repository using `jj`
When using Jujutsu and a non-colocated Git repository, the detection
using `git2` directly fails (just as `git` in a shell would fail)
because there is no `.git` directory found by traversing up the
filesystem hierarchy.

Add an invocation of `jj git root` as a fallback.
2025-09-26 12:03:01 +01:00
..
examples radicle: Detect current repository using `jj` 2025-09-26 12:03:01 +01:00
src cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
tests radicle: Detect current repository using `jj` 2025-09-26 12:03:01 +01:00
Cargo.toml cli: Add itertools dependency 2025-09-10 21:23:30 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00