Crate gix_worktree_state

source ·
Expand description

A crate to help setting the worktree to a particular state.

Modules§

Functions§

  • Checkout the entire index into dir, and resolve objects found in index entries with objects to write their content to their respective path in dir. Use files to count each fully checked out file, and count the amount written bytes. If should_interrupt is true, the operation will abort. options provide a lot of context on how to perform the operation.