Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodegit/nodegit
/ repository.js
File
repository.js
lib/repository.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
fse = require(
"fs-extra"
);
2
var
fp = require(
"lodash/fp"
);
3
var
NodeGit = require(
"../"
);
4
var
Blob = NodeGit.Blob;
Callers
nothing calls this directly
Calls
9
normalizeOptions
Function · 0.85
performRebase
Function · 0.85
onSignature
Function · 0.85
getReflogMessageForCommit
Function · 0.85
getPathHunks
Function · 0.85
applySelectedLinesToTarget
Function · 0.85
shallowClone
Function · 0.85
createCallbackWrapper
Function · 0.85
lastHunkStagedPromise
Function · 0.85
Tested by
no test coverage detected