MCPcopy Index your code
hub / github.com/christkv/node-git / linesshift

Function linesshift

lib/git/commit.js:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 // require('util').debug("-------------------------------------------------- text end")
127
128 var linesshift = function() {
129 return lines.shift();
130 };
131 var commits = [];
132 // Parse all commit messages
133 while(lines.length > 0) {

Callers 1

commit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected