core-agent-ide/codex-rs/utils/git/src
jif-oai 0d9801d448
feat: ghost snapshot v2 (#8055)
This PR updates ghost snapshotting to avoid capturing oversized
untracked artifacts while keeping undo safe. Snapshot creation now
builds a temporary index from `git status --porcelain=2 -z`, writes a
tree and detached commit without touching refs, and records any ignored
large files/dirs in the snapshot report. Undo uses that metadata to
preserve large local artifacts while still cleaning up new transient
files.
2025-12-15 11:14:36 +01:00
..
apply.rs chore: merge git crates (#5909) 2025-10-29 12:11:44 +00:00
branch.rs feat: use remote branch for review is local trails (#7813) 2025-12-10 17:04:52 +00:00
errors.rs chore: merge git crates (#5909) 2025-10-29 12:11:44 +00:00
ghost_commits.rs feat: ghost snapshot v2 (#8055) 2025-12-15 11:14:36 +01:00
lib.rs feat: config ghost commits (#7873) 2025-12-15 09:13:06 +01:00
operations.rs chore: merge git crates (#5909) 2025-10-29 12:11:44 +00:00
platform.rs chore: merge git crates (#5909) 2025-10-29 12:11:44 +00:00