git-rev-sync
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -117,4 +117,4 @@ 'use strict'; | ||
function short(dir) { | ||
return long(dir).substr(0, 7); | ||
function short(dir, len) { | ||
return long(dir).substr(0, len || 7); | ||
} | ||
@@ -121,0 +121,0 @@ |
{ | ||
"name": "git-rev-sync", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"author": "kurttheviking", | ||
@@ -5,0 +5,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12706