diff options
| author | Gregg Caines <[email protected]> | 2014-11-29 11:59:21 -0800 |
|---|---|---|
| committer | Gregg Caines <[email protected]> | 2014-11-29 11:59:21 -0800 |
| commit | 0718a261753046451c204be5f0abb31603a8dd19 (patch) | |
| tree | 1bc0fcfb43a58221f40694870771d389c0c39d89 /lib/fetchGitData.js | |
| parent | fde16dfe2b28fed153e7a9d37f878aadcc0e4f06 (diff) | |
| parent | 6472650604c7649f8a1156fa4dcd63a7f9289b38 (diff) | |
| download | node-coveralls-0718a261753046451c204be5f0abb31603a8dd19.tar.xz node-coveralls-0718a261753046451c204be5f0abb31603a8dd19.zip | |
Merge pull request #72 from StevenWeathers/wercker-ci
Add Wercker CI support with tests.
Diffstat (limited to 'lib/fetchGitData.js')
| -rw-r--r-- | lib/fetchGitData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fetchGitData.js b/lib/fetchGitData.js index 3bebda3..67b6190 100644 --- a/lib/fetchGitData.js +++ b/lib/fetchGitData.js @@ -59,7 +59,7 @@ function fetchBranch(git, cb) { }); } -var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n?[\S\s]+?\n\n(.*)/m;; +var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n?[\S\s]+?\n\n(.*)/m; function fetchHeadDetails(git, cb) { exec('git cat-file -p ' + git.head.id, function(err, response) { |
