help doing a hotfix bisect: cherry-pick -m ??

2012-09-07 Thread Jim Cromie
hi all. Im trying to add a jumplabel implementation into dynamic-debug, and have run into an include-dependency problem. Ive managed to resolve 1 problem, and am now stuck on how to use cherry-pick -m 1st, the problem Ive handled (just for setup, story) I did a simple hotfix bisection, adding:

Re: help doing a hotfix bisect: cherry-pick -m ??

2012-09-07 Thread Jim Cromie
On Fri, Sep 7, 2012 at 1:27 PM, Junio C Hamano gits...@pobox.com wrote: Jim Cromie jim.cro...@gmail.com writes: Broader question: Im thinking that having a hotfix branch, and merging --no-commit would work better, especially when bisection lands on a commit which already contains some