Show commit author date
Tests ability to extract commit author date from git show. Evaluates date-field extraction from commit metadata.
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 'dev@org.io' - 03
git config user.name 'Developer' - 04
git config commit.gpgsign false - 05
echo 'data' > config.yaml - 06
git add config.yaml - 07
GIT_AUTHOR_DATE='2025-06-15T10:30:00' GIT_COMMITTER_DATE='2025-06-15T10:30:00' git commit -m 'Mid-year update'
Prompt
Using git show -s --format=%ae, what is the author email of the latest commit? Output ONLY the email, nothing else.
Expected
dev@org.io
Campaign Evidence
Loading campaign evidence…
Model Outputs (14)
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) { "email": "dev@org.io"}
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) { "email": "dev@org.io" }
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) {"email": "dev@org.io"}
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) {
"email": "dev@org.io"
}
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) {
"email": "dev@org.io"
}
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) {"email":"dev@org.io"}
dev@org.io
dev@org.io
JSON Schema
Structured Output
(raw) {"email": "dev@org.io"}