tiny-commit-walker
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -400,3 +400,2 @@ "use strict"; | ||
const m = line.match(/([a-f\d]{40}) refs\/(heads|remotes|tags)\/(.+)/); | ||
console.log(m, line); | ||
if (!m) | ||
@@ -403,0 +402,0 @@ return; |
{ | ||
"name": "tiny-commit-walker", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "tiny commit walker", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
81352
1235