htgoebel / gitflow

Pure-Python implementation of git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Home Page:http://nvie.com/posts/a-successful-git-branching-model/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotfix finish does not check for pending commits

petersondrew opened this issue · comments

The bash version of gitflow does not allow hotfixes (and I'm guessing features and releases) to be finished while there are uncommitted changes.
I feel that's an important safety net to have, could we get that same feature in the python version?

For hotfix and release I'd aggree. For feature I'm unsure and would like to mimic the bash-version.

Please submit a pull-request or at least point me to what needs to be changed.