mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 23:06:45 +00:00
986649623d
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |