Skip to content

Commit 652d12f

Browse files
committed
Merge branch 'master' of github.com:nickmerwin/node-coveralls
2 parents d084add + c375489 commit 652d12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/fetchGitData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function fetchBranch(git, cb) {
5959
});
6060
}
6161

62-
var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+[\S\s]*?\n\n(.*)/m;
62+
var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <([^>]*)>.+\ncommitter (.+?) <([^>]*)>.+[\S\s]*?\n\n(.*)/m;
6363

6464
function fetchHeadDetails(git, cb) {
6565
exec('git cat-file -p ' + git.head.id, function(err, response) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"url": "git://github.com/nickmerwin/node-coveralls.git"
5555
},
5656
"author": "Gregg Caines",
57-
"license": "BSD"
57+
"license": "BSD-2-Clause"
5858
}

0 commit comments

Comments
 (0)