diff --git a/README.md b/README.md index 3eab7b9..0dfbcc8 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ More advanced options are * `m` or `meaning` Meaning of capturing block in title's regular expression * `f` or `file` JSON Configuration file, better option when you don't want to pass all parameters to the command line, for an example see [options.json](https://github.com/ariatemplates/git-release-notes/blob/master/options.json) * `s` or `script` External script for post-processing commits +* `c` or `merge-commits` List only merge commits, `git log` command is executed with the `--merges` flag instead of `--no-merges` #### Title Parsing diff --git a/index.js b/index.js index 00e4be1..d4b4847 100755 --- a/index.js +++ b/index.js @@ -22,13 +22,16 @@ var argv = require("optimist").usage("git-release-notes [] ..