feat: warning large commits (#6838)

This commit is contained in:
jif-oai
2025-11-19 10:22:10 +00:00
committed by GitHub
parent 73488657cb
commit 956d3bfac6
3 changed files with 257 additions and 1 deletions

View File

@@ -17,7 +17,11 @@ pub use apply::stage_paths;
pub use branch::merge_base_with_head;
pub use errors::GitToolingError;
pub use ghost_commits::CreateGhostCommitOptions;
pub use ghost_commits::GhostSnapshotReport;
pub use ghost_commits::LargeUntrackedDir;
pub use ghost_commits::capture_ghost_snapshot_report;
pub use ghost_commits::create_ghost_commit;
pub use ghost_commits::create_ghost_commit_with_report;
pub use ghost_commits::restore_ghost_commit;
pub use ghost_commits::restore_to_commit;
pub use platform::create_symlink;