I just ran into this with version 1.8.0-1 on Ubuntu 15.10. It appears to be caused by having CDPATH set ... which in turn will cause the 'cd' command to print the name of the directory it is changing to if it uses it (i.e. if the directory name is not absolute, or does not start with ./)
Unsetting CDPATH before using any git-flow command (including "git flow init") is essential. The attached simple patch seems to do the trick: ** Patch added: "Unset CDPATH patch" https://bugs.launchpad.net/ubuntu/+source/git-flow/+bug/1386483/+attachment/4566814/+files/gitflow.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386483 Title: unable to create new feature branch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/git-flow/+bug/1386483/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
