From a8626024460e05d918c38c5e52de2db04a190a4a Mon Sep 17 00:00:00 2001 From: Mathis Ribet Date: Fri, 15 Jul 2022 18:29:00 +0200 Subject: [PATCH] Keep full commit hashes (required for gitlog-parser) --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 2bebf0f..9a7b9a5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -45,6 +45,7 @@ Importer.prototype.stream = function () { , args = OArgv({ author: this.emails , color: "never" + , abbrev: 40 , __: "=" }, "log") , pr = Spawn(