mike-perdide / gitbuster

PyQt4 frontend for git filter-branch/git cherry-pick.
GNU General Public License v3.0
24 stars 0 forks source link

Be able to "cherry-pick" merges. #54

Closed mike-perdide closed 13 years ago

mike-perdide commented 13 years ago

This is done in gfbi_core by https://github.com/mike-perdide/gfbi_core/commit/13fe0d6815191866e907102bf9e4b2e8ec2c8143.

mike-perdide commented 13 years ago

This is fixed by the use of the new git filter rebase class, merging the behaviours of "git rebase -i" and of "git filter-branch".

mike-perdide commented 13 years ago

This is pending merge of the v2.1 branch actually.