Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/isomorphic-git/isomorphic-git
/ message
Method
message
src/models/GitCommit.js:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
43
// Todo: allow setting the headers and message
44
message() {
45
return
GitCommit.justMessage(this._commit)
46
}
47
48
parse() {
49
return
Object.assign({ message: this.message() }, this.headers())
Callers
1
parse
Method · 0.95
Calls
1
justMessage
Method · 0.80
Tested by
no test coverage detected