On Wednesday 06 January 2010 19:18:39 Rafał Miłecki wrote: > > Dude what is up with this e-mail data on your patches in the commit log? > > That is way of encoding non-ASCII chars in mail header. You can find > info about this in RFC. That is "=?UTF-8?B?" prefix and base 64 > encoded text. > > That was generated with git (git format-patch -5) and it understood by > git (git am ...).
Well, however, there is no reason to include this in the mail body (and thus the GIT commit message). As you said, these are mail _headers_. Additionally, attaching the patch as mail attachment is _not_ required. We just put the patch into the body. You may read Documentation/SubmittingPatches and format your future patches according to that. -- Greetings, Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
