Skip to content

Commit

Permalink
Closes nvie#109 and closes nvie#108
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderdoes committed Sep 10, 2013
1 parent d5b3a65 commit 8e887e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changes.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
[cyberbob]: https://github.com/cyberbob
[shpoont]: https://github.com/shpoont
[jsivak]: https://github.com/jsivak
[OpherV]: https://github.com/OpherV

# Changelog

#### 1.7.0-dev.29
#### 1.7.0-dev.33
[Peter van der Does][petervanderdoes]
* Refactor the gitflow override flag functions.
* Shortcut for finish, delete, and publish commands.
Expand All @@ -38,6 +39,11 @@
[John Sivak][jsivak]
* Fix sanity check for release track command.

[Opher Vishnia][OpherV]
* Fix feature pull.
The pull request fails when there's no local branch with the same name as the
remote branch.

#### 1.6.1
[Peter van der Does][petervanderdoes]
* Migration of gitflow_config fails for posix sh.
Expand Down
2 changes: 1 addition & 1 deletion git-flow-version
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

GITFLOW_VERSION=1.7.0-dev.29
GITFLOW_VERSION=1.7.0-dev.33

initialize() {
# A function can not be empty. Comments count as empty.
Expand Down

0 comments on commit 8e887e0

Please sign in to comment.