On Tue, Mar 18, 2014 at 10:19:44AM +0530, Anshuman Manral wrote:
> I am using outlook web client and used 'plain text' to send the
> patch. Do you have any suggestions on best way to send patch? Are
> attachments better?

It's best to use "git send-email", but an attachment is better than a
patch that doesn't apply.

The problem might be that the patch as you posted it appears to be
encoded in "quoted-printable" format, with spaces at the beginning of
lines replaced by 0xa0.  Patches don't use 0xa0, they use normal spaces
(0x20).
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to