what happens if commits are already having a sign-off ?
On 1/26/17 2:27 PM, Max Krummenacher wrote: > ping > > Any comments on this one? > > Max > > 2017-01-17 0:09 GMT+01:00 Max Krummenacher <[email protected]>: >> Prevent missing Signed-off-by lines. >> >> Signed-off-by: Max Krummenacher <[email protected]> >> --- >> README | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/README b/README >> index 647404b..effe2f9 100644 >> --- a/README >> +++ b/README >> @@ -26,7 +26,7 @@ Maintainers: Eric Bénard <[email protected]> >> Otavio Salvador <[email protected]> >> >> When sending single patches, please use something like : >> -git send-email -1 --to [email protected] >> --subject-prefix='meta-browser][PATCH' >> +git send-email -1 -s --to [email protected] >> --subject-prefix='meta-browser][PATCH' >> >> TODO >> ---- >> -- >> 2.6.6 >> -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
