Expand description
Git operations module
Re-exports§
pub use recovery::FileRecovery;pub use repository::GitRepository;pub use sha::ShaResolver;pub use submodule::SubmoduleInfo;pub use submodule::SubmoduleProcessor;pub use vanished::pathspec_prefixes;pub use vanished::VanishedDetector;pub use vanished::VanishedScan;
Modules§
- recovery
- Deleted file recovery via git2 blob lookup
- repository
- Git repository operations with async support
- sha
- SHA resolution with complex fallback chains for GitHub Actions
- submodule
- Submodule handling with recursive diff support
- vanished
- Vanished-file detection: first-parent history walk over base..head.