Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/christkv/node-git
/ commit.js
File
commit.js
lib/git/commit.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
util = require(
'util'
),
2
Actor = require(
'./actor'
).Actor,
3
Diff = require(
'./diff'
).Diff;
4
Tree = require(
'./tree'
).Tree;
Callers
nothing calls this directly
Calls
5
linesshift
Function · 0.85
actor
Function · 0.85
process_diff
Function · 0.85
lazy_reader
Function · 0.70
chomp
Function · 0.70
Tested by
no test coverage detected