Comment 3 for bug 1386483

Revision history for this message
Nick Stoughton (nickstoughton) wrote :

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: