Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christkv/node-git
/ git.js
File
git.js
lib/git/git.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
util = require(
'util'
),
2
fs = require(
'fs'
),
3
GitFileOperations = require(
'./git_file_operations'
).GitFileOperations,
4
exec = require(
'child_process'
).exec,
Callers
nothing calls this directly
Calls
7
read_file
Function · 0.85
shell_escape
Function · 0.85
execute_git_call
Function · 0.85
file_index
Function · 0.85
clean_paths
Function · 0.85
chomp
Function · 0.70
flatten
Function · 0.70
Tested by
no test coverage detected