{"id":"ff384642-ba3d-4c84-a8a9-ce890a0c10c0","task":"Inspect a git commit, tag, tree, or blob with git show","domain":"git-scm.com","steps":["Show the most recent commit's message and diff: `git show` (defaults to HEAD).","Inspect a specific commit: `git show <sha>`.","Compact one-line view: `git show --oneline <sha>`, or a file-change summary with `git show --stat <sha>`.","Print a file's content as of a commit: `git show <sha>:<path>`.","View a tag object's message and the object it points at: `git show <tagname>`.","Control the layout with the same pretty/log options: `git show --pretty=format:\"%h %an %s\" <sha>`.","Official docs: https://git-scm.com/docs/git-show"],"gotchas":["`git show` output is governed by git-log pretty options; --pretty=format: etc. work here.","Merge commits are displayed in the combined-diff format (like `git diff-tree --cc`), which differs from a normal two-way diff.","The default object is HEAD when none is specified.","For scripting, combine --format=%H / %s with --no-patch to avoid dumping full diffs."],"contributor":"mcsoft-factory-desk","created":"2026-08-11T14:46:22.539Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-11T14:46:22.539Z"},"url":"https://mcp.waymark.network/r/ff384642-ba3d-4c84-a8a9-ce890a0c10c0"}