nodegit-kit
Advanced tools
+1
-1
@@ -23,3 +23,3 @@ 'use strict'; | ||
| 'abbrev-commit': o['abbrev-commit'] || false, | ||
| 'max-count': Infinity // TODO: document | ||
| 'max-count': o['max-count'] || Infinity | ||
| }; | ||
@@ -26,0 +26,0 @@ |
+1
-1
| { | ||
| "name": "nodegit-kit", | ||
| "description": "Complementary NodeGit helpers returning native Promises, helps with git commands such as init, add, commit, status, diff", | ||
| "version": "0.18.0", | ||
| "version": "0.19.0", | ||
| "main": "lib/main.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
+1
-0
@@ -141,2 +141,3 @@ NodeGit-Kit | ||
| - `abbrev` Number to specify a custom number of digits in combination with `abbrev-commit`, otherwise uses 'core.abbrev' config | ||
| - `max-count` Max number of commits to traverse | ||
@@ -143,0 +144,0 @@ ```javascript |
27519
0.18%357
0.28%