On Sep 05, 2014, at 12:25 AM, Raphael Hertzog wrote:

>As others have mentionned, you should use "git rebase -i <ancestor>". This is
>what you want to use on your patch-queue branch to modifiy individual
>commits, reorder them, or drop them.

Brilliant.  For git-dpm then this would be:

$ git-dpm checkout-patched
$ git rebase -i upstream  # *not* master!
<hack>
$ git-dpm update-patches

Joy!

Cheers,
-Barry

Attachment: signature.asc
Description: PGP signature

Reply via email to