On Thu, Nov 8, 2012 at 3:57 PM, Jonathon Mah <j...@me.com> wrote:
> Nathan,
>
> I find myself performing similar actions to you: using git add -p to stage 
> hunks, sometimes editing the staged patch; and keeping mental notes of things 
> I wanted to revert, sometimes changing them in the editor in another window, 
> and sometimes reverting them after the add session with git checkout -p).

I agree. I'd be really nice to have an interactive command about hunk
manipulation between HEAD (or some other ref), index and worktree in
both directions (except writing to HEAD, of course). This reminds me
of the "git put" discussion a while ago, which also moves code between
different locations..
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to