git-list-updated
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,3 +11,4 @@ #!/usr/bin/env node | ||
const usage = `git-list-updated v${ meta.version } | ||
const usage = | ||
`git-list-updated v${ meta.version } | ||
@@ -23,3 +24,4 @@ Usage: git-list-updated [-h | --help] [--base=<base>] [--head=<head>] [<path>] | ||
--head <head> Head to compare against (defaults to 'HEAD') | ||
--ext <ext> List only files with given extension (argument can be passed multiple times) | ||
--ext <ext> List only filenames with given extension ` + | ||
`(argument can be passed multiple times) | ||
--help, -h Show this message | ||
@@ -26,0 +28,0 @@ |
@@ -21,2 +21,4 @@ #!/usr/bin/env node | ||
--head <head> Head to compare against (defaults to 'HEAD') | ||
--ext <ext> Pass only filenames with given extension ` + | ||
`(argument can be passed multiple times) | ||
--help, -h Show this message | ||
@@ -34,3 +36,3 @@ | ||
const argv = require("minimist")(process.argv.slice(2, boundaryIndex), { | ||
string: ["base", "head"] | ||
string: ["base", "head", "ext"] | ||
}); | ||
@@ -37,0 +39,0 @@ |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/medikoo/git-list-updated/compare/v1.1.0...v1.1.1) (2019-01-21) | ||
### Bug Fixes | ||
* in pipe-git-updated fix support for --ext arg ([ac7c6f7](https://github.com/medikoo/git-list-updated/commit/ac7c6f7)) | ||
<a name="1.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/medikoo/git-list-updated/compare/v1.0.0...v1.1.0) (2019-01-21) |
{ | ||
"name": "git-list-updated", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Resolve list of updated (and existing) files between two branches", | ||
@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", |
@@ -56,3 +56,3 @@ [![*nix build status][nix-build-image]][nix-build-url] | ||
```bash | ||
git-list-updated | command | ||
git-list-updated [<...git-list-updated-args>] | <targetComand> [<...target-command-args>] | ||
``` | ||
@@ -59,0 +59,0 @@ |
14299
225