mike-perdide / gitbuster

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

Git repo should be left clean after leaving gitbuster #18

Closed tonthon closed 13 years ago

tonthon commented 13 years ago

No tmp_rebase should be left when getting out

mike-perdide commented 13 years ago

This is done by : https://github.com/mike-perdide/gfbi_core/commit/04c048d407e977dae24c0571c0f640664e4c96f8. For cleanup after interrupting the rebase thread, see : https://github.com/mike-perdide/gitbuster/issues/17.

tonthon commented 13 years ago

Using our specific problematic git repo :

open gitbuster
go to the rebase thumb
choose the refactor-profile branch
duplicate "Fichier rajouté"(line 7) under himself (line 8)
Apply
Apply doesn't end so we quit
go to the git repo, you're under the tmp_rebase branch
mike-perdide commented 13 years ago

The freezing bug still exists in gfbi_core, but gitbuster is doing proper cleanup as of f9cf5f0be70b7eb57686.