jj/lib
Samuel Tardieu 6fd65cca30 git: use &[&str] instead of &[String]
Using &[String] forces the caller to materalize owned strings if they
have only references, which is costly. Using &[&str] makes it cheap
if the caller owns strings as well.
2023-03-02 10:09:08 +01:00
..
gen-protos cargo: bump prost-build from 0.11.7 to 0.11.8 2023-02-28 16:13:14 +00:00
src git: use &[&str] instead of &[String] 2023-03-02 10:09:08 +01:00
tests revset: remove filter_by_diff(), have caller intersect expression 2023-02-28 17:45:34 -08:00
testutils
build.rs
Cargo.toml