Files
codex/codex-rs/git-utils/src
chess 0c01a18ede Detach Git metadata commands from stdin (#34540)
## Why

Git metadata commands can otherwise inherit an open input stream and wait for
input instead of completing independently.

## What changed

Set stdin to null for both fsmonitor probes and timed Git metadata commands.

## Testing

Add a regression test that holds the parent input stream open and verifies that
both command paths complete with `git cat-file --batch`.

GitOrigin-RevId: a0575ad7c9c7cfdebc25e3ff641537033957d851
2026-07-21 13:34:39 +00:00
..