Re: [PATCH 2/2] git-gui: remove .git/CHERRY_PICK_HEAD after committing

2012-09-17 Thread Pat Thoyts
Junio C Hamano writes: >Beat Bolli writes: > >> Adding __git_ps1() to one's bash prompt displays various repo status >> info after each command. After committing a git cherry-pick -n using >> git-gui, the prompt still contains the "|CHERRY-PICKING" flag. >> >> Delete the file causing this flag w

Re: [PATCH 2/2] git-gui: remove .git/CHERRY_PICK_HEAD after committing

2012-08-18 Thread Junio C Hamano
Beat Bolli writes: > Adding __git_ps1() to one's bash prompt displays various repo status > info after each command. After committing a git cherry-pick -n using > git-gui, the prompt still contains the "|CHERRY-PICKING" flag. > > Delete the file causing this flag when cleaning up. > > Signed-off-

[PATCH 2/2] git-gui: remove .git/CHERRY_PICK_HEAD after committing

2012-08-18 Thread Beat Bolli
Adding __git_ps1() to one's bash prompt displays various repo status info after each command. After committing a git cherry-pick -n using git-gui, the prompt still contains the "|CHERRY-PICKING" flag. Delete the file causing this flag when cleaning up. Signed-off-by: Beat Bolli --- git-gui/lib/