Your comments
Ram, no the current integration doesn't go that far. I'd suggest to create a new topic (I've renamed the current one).
I'm wondering whether we should better close this topic in favor of http://smartgit.userecho.com/topics/145 to count votes correctly?
What exact kind of navigation do you have in mind?
Can you explain why you are looking for all commits containing a deletion?
It will actually be an expensive operation because for each commit, the complete tree must be compared against the previous commit.
Please select the "Pull, then Push" option in the Preferences.
I've adjusted the description accordingly.
Igor, I've updated the topic.
Customer support service by UserEcho
I'm not sure why (nvie's) Git-Flow is working differently for features than for hotfixes or releases. I can only speculate and this is what makes sense to me: features are usually larger changes and despite of a successful merge/rebase of your feature onto develop, you might still want to perform some more tasks before finally pushing, like checking whether everything still compiles or running tests.