core-agent-ide/codex-rs/utils/git/src
GalaxyDetective 014235f533
Fix: /undo destructively interacts with git staging (#8214) (#8303)
Fixes #8214 by removing the '--staged' flag from the undo git restore
command. This ensures that while the working tree is reverted to the
snapshot state, the user's staged changes (index) are preserved,
preventing data loss. Also adds a regression test.
2025-12-19 10:07:41 -08: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 Fix: /undo destructively interacts with git staging (#8214) (#8303) 2025-12-19 10:07:41 -08: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