mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
cd4fbd3565
We already have two usecases that can be modeled as updating the `TreeState` without touching the working copy: 1. `jj untrack` can be implemented as removing paths from the tree object and then doing a reset of the working copy state. 2. Importing Git HEAD when sharing the working copy with a Git repo. This patch adds that functionality to `TreeState`. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |