MCPcopy
hub / github.com/Famous/famous-angular / error

Function error

validateCommitMsg.js:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31var error = function() {
32 // gitx does not display it
33 // http://gitx.lighthouseapp.com/projects/17830/tickets/294-feature-display-hook-error-message-when-hook-fails
34 // https://groups.google.com/group/gitx/browse_thread/thread/a03bcab60844b812
35 console.error('INVALID COMMIT MSG: ' + util.format.apply(null, arguments));
36};
37
38
39var validateMessage = function(message) {

Callers 1

validateMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected