mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-02 18:01:05 +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. |
||
---|---|---|
.. | ||
main.rs |