Expand description
Checkout module - restore files from a commit to the working tree
Provides functions for checking out files from encrypted commits:
checkout_tree: Restore entire tree from a commitcheckout_paths: Restore specific paths from a commit
Uses parallel file restoration via rayon for performance.
Structs§
- Checkout
Options - Options for checkout operations
- Checkout
Stats - Statistics from checkout operation
- File
ToRestore - A file to restore during checkout.
Functions§
- checkout_
paths - Checkout specific paths from a commit.
- checkout_
tree - Checkout entire tree from a commit.
- restore_
files - Restores files to the workspace using parallel processing.