jj/lib
Yuya Nishihara 986649623d commit_builder: relax type of description parameter
The next commit will introduce a newtype for -m/--message argument which
can be converted Into<String>.

Since CommitBuilder is a thin wrapper, code bloat caused by generic parameters
wouldn't matter. I have another set of commits that makes all builder methods
accept Into/IntoIterator, which will remove some of .clone() calls from tests.
2022-12-22 14:59:03 +09:00
..
src commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
tests commit_builder: relax type of description parameter 2022-12-22 14:59:03 +09:00
testutils op_heads_store: give the OpHeadsStore factory semantics 2022-12-16 10:47:48 -08:00
build.rs protobuf: remove ignored call to out_dir() 2022-12-15 13:02:22 -08:00
Cargo.toml cargo: bump num_cpus from 1.14.0 to 1.15.0 2022-12-21 09:06:25 -08:00