jj/cli
Yuya Nishihara b76947c1d6 cli: error out on "init --at-op/--ignore-working-copy" or "clone --at-op"
--at-op should be invalid on repo initialization. "init --ignore-working-copy"
could be supported by using working_copy.reset(), but I don't think it's
worth the effort. If the working directory is empty, --ignore-working-copy
is meaningless, and if the directory is not empty, the user would probably
want to do snapshot at some point.
2024-07-24 18:06:09 +09:00
..
examples cli: uncapitalize op description of "workspace add" and custom command example 2024-07-24 18:06:09 +09:00
src cli: error out on "init --at-op/--ignore-working-copy" or "clone --at-op" 2024-07-24 18:06:09 +09:00
testing cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
tests cli: error out on "init --at-op/--ignore-working-copy" or "clone --at-op" 2024-07-24 18:06:09 +09:00
build.rs
Cargo.toml cli: remove unused dependency on gix-filter 2024-07-17 11:53:51 +02:00
LICENSE