Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ parse
Method
parse
src/models/GitCommit.js:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
parse() {
49
return
Object.assign({ message: this.message() }, this.headers())
50
}
51
52
static justMessage(commit) {
53
return
normalizeNewlines(commit.slice(commit.indexOf(
'\n\n'
) + 2))
Callers
12
resolveTree
Function · 0.45
resolveBlob
Function · 0.45
resolveCommit
Function · 0.45
_readTag
Function · 0.45
_readCommit
Function · 0.45
_isDescendent
Function · 0.45
readObject
Function · 0.45
test-GitAnnotatedTag-in-submodule.js
File · 0.45
test-version.js
File · 0.45
test-GitAnnotatedTag.js
File · 0.45
test-version-in-submodule.js
File · 0.45
jsdocConfig
Function · 0.45
Calls
2
message
Method · 0.95
headers
Method · 0.95
Tested by
1
jsdocConfig
Function · 0.36