jj/cli
Yuya Nishihara b9cc61b535 cli: describe: set default description to temporary commit object
This could be handled by description_template_for_describe(), but I think it's
better to do mutation by caller. I also think commands like "backout" or "new"
can do a similar thing to generate a default commit description from the source
or merge parent commits.
2024-07-25 22:39:00 +09:00
..
examples cli: uncapitalize op description of "workspace add" and custom command example 2024-07-24 18:06:09 +09:00
src cli: describe: set default description to temporary commit object 2024-07-25 22:39:00 +09:00
testing cli: skip formatting instructions if not required 2024-07-09 20:24:14 -05:00
tests tests: use insta::assert_snapshot!() to capture description templates 2024-07-25 00:09:39 +09:00
build.rs
Cargo.toml cli: remove unused dependency on gix-filter 2024-07-17 11:53:51 +02:00
LICENSE