We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git show
1 parent b738164 commit 951108bCopy full SHA for 951108b
bin/cmd.js
@@ -46,7 +46,7 @@ function load(sha, cb) {
46
return loadPatch(parsed, cb)
47
}
48
49
- exec(`git show --quiet ${sha}`, (err, stdout, stderr) => {
+ exec(`git show --quiet --format=medium ${sha}`, (err, stdout, stderr) => {
50
if (err) return cb(err)
51
cb(null, stdout.trim())
52
})
0 commit comments