jj/lib
Scott Taylor 9cc8b35251 git: use gix instead of git2 to update index
This will give us more fine-grained control over what files we put in
the index, allowing us to create conflicted index states. We also still
need to use git2 to clean up the merge/rebase state, since gix doesn't
have any function for this currently.
2025-01-06 19:17:51 -06:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src git: use gix instead of git2 to update index 2025-01-06 19:17:51 -06:00
tests git: use gix instead of git2 to update index 2025-01-06 19:17:51 -06:00
testutils tests: add convenient method to initialize TestWorkspace with test settings 2025-01-06 22:37:33 +09:00
Cargo.toml config: load system host/user name by CLI and insert as env-base layer 2025-01-04 17:54:28 +09:00
LICENSE