New patch submission guidelines for D-Bus Core

Avery Pennarun apenwarr at gmail.com
Wed Apr 16 13:27:37 PDT 2008


On 4/16/08, John (J5) Palmieri <johnp at redhat.com> wrote:
>  That will allow you to edit your last commit message.  If you have more
>  than one commit to edit it is pretty hacky but you can output your
>  formatted patches, use git-reset to reset your tree to the commit before
>  your first patch, edit the the commit messages by hand in the patches
>  and use git-am to apply them back to your tree.  There may be an easier
>  way to do this but I haven't really looked into it.

The easier way is probably to use "git rebase -i origin" (interactive
rebase), which allows you to edit, merge, and reorder your patch set.

Have fun,

Avery


More information about the dbus mailing list