Show binary file change in commit
Tests ability to inspect a binary file change in a commit. Evaluates binary-change handling in commit display.
Baseline Repository
These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.
- 01
git init - 02
git config user.email 'test@test.com' - 03
git config user.name 'Test User' - 04
printf 'PNG binary' > image.png - 05
git add image.png - 06
git commit -m 'Add binary image' - 07
printf 'PNG updated' > image.png - 08
git add image.png - 09
git commit -m 'Update binary image'
Prompt
Using git show --stat, which file was changed in the 'Update binary image' commit? Output ONLY the filename, nothing else.
Expected
image.png
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
image.png
image.png
JSON Schema
Structured Output
(raw) { "filename": "image.png" }
image.png
image.png
JSON Schema
Structured Output
(raw) { "filename": "image.png" }
image.png
image.png
JSON Schema
Structured Output
(raw) {"filename": "image.png"}
image.png
image.png
JSON Schema
Structured Output
(raw) {
"filename": "image.png"
}
image.png
image.png
JSON Schema
Structured Output
(raw) {
"filename": "image.png"
}
image.png
image.png
JSON Schema
Structured Output
(raw) {"filename": "image.png"}
image.png
image.png
JSON Schema
Structured Output
(raw) {"filename": "image.png"}