git-gui: remove .git/CHERRY_PICK_HEAD after committing
commit5a5e4d2599faf51240e5c8f29645eeb2aedff5c2
authorBeat Bolli <bbolli@ewanet.ch>
Sat, 18 Aug 2012 20:28:00 +0000 (18 13:28 -0700)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 17 Sep 2012 10:59:05 +0000 (17 11:59 +0100)
tree285ce9e0ff8f2e59e315843de5eae31a34d26378
parent9ef750875abd9cc41d733131a2851b5165fc2197
git-gui: remove .git/CHERRY_PICK_HEAD after committing

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 <bbolli@ewanet.ch>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/commit.tcl