Skip to content

Commit

Permalink
Merge b187e7c into 55256c9
Browse files Browse the repository at this point in the history
  • Loading branch information
erayalakese committed Aug 30, 2019
2 parents 55256c9 + b187e7c commit f731255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var Bluebird = require('bluebird');
var CP = Bluebird.promisifyAll(require('child_process'));

var SEPARATOR = '===END===';
var COMMIT_PATTERN = /^([^)]*)(?:\(([^)]*?)\)|):(.*?(?:\[([^\]]+?)\]|))\s*$/;
var COMMIT_PATTERN = /^([^) ]*)(?:\(([^)]*?)\)|):(.*?(?:\[([^\]]+?)\]|))\s*$/;
var FORMAT = '%H%n%s%n%b%n' + SEPARATOR;

/**
Expand Down

0 comments on commit f731255

Please sign in to comment.