jj/cli
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
..
examples examples: use settings_for_new_workspace() when initializing workspace 2025-01-06 21:15:28 +09:00
src git: use gix instead of git2 to update index 2025-01-06 19:17:51 -06:00
testing merge_tools: add "$marker_length" variable 2024-12-23 08:42:10 -06:00
tests git: add tests for index in colocated repo 2025-01-06 19:17:51 -06:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cli: add test that runs basic jj commands with minimal configuration 2025-01-04 17:54:28 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE