jj/cli
Samuel Tardieu 39bdd5eb3f perf: use .next_back() to get the last component
Using `.last()` needs to go through all components first instead of
splitting only the last one.
2025-01-02 23:24:04 +01:00
..
examples repo: remove &UserSettings argument from new/rewrite_commit(), use self.settings 2024-12-31 10:51:57 +09:00
src perf: use .next_back() to get the last component 2025-01-02 23:24:04 +01:00
testing merge_tools: add "$marker_length" variable 2024-12-23 08:42:10 -06:00
tests config: preserve key formatting on set_value() 2024-12-29 09:57:04 +09:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml build: switch back to gix/max-performance-safe feature by default 2024-12-31 17:07:52 -06:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE