Skip to content

Commit

Permalink
Fix issue in case CDPATH is being used.
Browse files Browse the repository at this point in the history
Closes nvie#178
  • Loading branch information
petervanderdoes committed Dec 18, 2014
1 parent 5d07158 commit 30e8d92
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 @@ -21,17 +21,23 @@
[craigfowler]: https://github.com/craigfowler
[havvg]: https://github.com/havvg
[algernon]: https://github.com/algernon
[jebmeier]: https://github.com/jebmeier

# Changelog

#### 1.9.0-dev.9
#### 1.9.0-dev.10
[Peter van der Does][petervanderdoes]
* Repositories with spaces in path cause the pre * post hook to fail
* Error using git flow log.

[Gergely Nagy][algernon]
* Remove bash code.

[Joe Ebmeier][jebmeier]
* Fix issue in case CDPATH is being used.
In the case of CDPATH being used, it is possible DOT_GIT_DIR variable
is incorrect.

#### 1.8.0
[Peter van der Does][petervanderdoes]
* Add rebase action to release, hotfix and support.
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.9.0-dev.9
GITFLOW_VERSION=1.9.0-dev.10

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

0 comments on commit 30e8d92

Please sign in to comment.