README.md in git-pivotal-tracker-integration-1.3.0 vs README.md in git-pivotal-tracker-integration-1.4.0
- old
+ new
@@ -1,9 +1,12 @@
# Git Pivotal Tracker Integration
-[![Gem Version](https://badge.fury.io/rb/git-pivotal-tracker-integration.png)](http://badge.fury.io/rb/git-pivotal-tracker-integration)
[![Build Status](https://travis-ci.org/nebhale/git-pivotal-tracker-integration.png?branch=master)](https://travis-ci.org/nebhale/git-pivotal-tracker-integration)
+[![Gem Version](https://badge.fury.io/rb/git-pivotal-tracker-integration.png)](http://badge.fury.io/rb/git-pivotal-tracker-integration)
+[![Dependency Status](https://gemnasium.com/nebhale/git-pivotal-tracker-integration.png)](http://gemnasium.com/nebhale/git-pivotal-tracker-integration)
+[![Code Climate](https://codeclimate.com/github/nebhale/git-pivotal-tracker-integration.png)](https://codeclimate.com/github/nebhale/git-pivotal-tracker-integration)
+
`git-pivotal-tracker-integration` provides a set of additional Git commands to help developers when working with [Pivotal Tracker][pivotal-tracker].
[pivotal-tracker]: http://www.pivotaltracker.com
@@ -107,11 +110,11 @@
#
# new file: dolor.txt
#
```
-### `git finish`
+### `git finish [--no-complete]`
This command finishes a story by merging and cleaning up its branch and then pushing the changes to a remote server. This command can only be run one way.
```plain
$ git finish
Checking for trivial merge from 12345678-lorem-ipsum to master... OK
@@ -130,9 +133,17 @@
```plain
Merge 12345678-lorem-ipsum to master
[Completes #12345678]
+```
+
+If the `--no-complete` option is specified, the `Completed` statement in the commit message will be supressed.
+
+```plain
+Merge 12345678-lorem-ipsum to master
+
+[#12345678]
```
After merging, the development branch is deleted and the changes are pushed to the remote repository.
### `git release [issue]`