git-raw-commits
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -45,3 +45,3 @@ 'use strict'; | ||
'git log --format=%H%n%s%n%b%n==END== ' + | ||
'<%= from ? [from, to].join("..") : to %>' | ||
'<%= from ? [from, to].join("..") : to %> ' | ||
)(options) + args.join(' '); | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "git-raw-commits", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Get raw git commits out of your repository using git-log(1)", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/stevemao/git-latest-tag", |
@@ -47,2 +47,3 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage Status][coverall-image]][coverall-url] | ||
Please check the available options at http://git-scm.com/docs/git-log. | ||
**NOTE:** Single dash arguments are not supported because of https://github.com/sindresorhus/dargs/blob/master/index.js#L5. | ||
@@ -49,0 +50,0 @@ *NOTE*: for `<revision range>` we can also use `<from>..<to>` pattern, and this module has the following extra options for shortcut of this patter: |
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
5158
98