You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by David Lutterkort <lu...@redhat.com> on 2011/05/05 00:16:29 UTC

Signed-off-by for patch submissions

Since subversion does not distinguish between the author and the
submitter of the patch, patches should indicate the author of the patch
with a Signed-off-by line.

If you are using git, the easiest way to do that is to run

        git config format.signoff true

With that, git format-patch will do the right thing.

David