[dcmf] Lockless ROMIO driver

Dave Goodell goodell at mcs.anl.gov
Wed Feb 13 12:29:28 CST 2008


On Feb 13, 2008, at 9:15 AM, Joseph Ratterman wrote:
> This is mostly for the IBM people, but it is good for everyone to  
> know.
>
> It appears that Lotus Notes is mangling the emails when you export  
> them.  Specifically, I have seen it remove all leading whitespace,  
> which corrupts the patch.  It also seems to replace tabs with  
> spaces, which causes the context match to fail.
> Does anyone know of a better/functional way to do this?

You might be able to fix it with the "--attach" argument to git- 
format-patch.  I haven't tested it, but if it creates the patch as an  
attachment instead of inline you should be able to save it verbatim  
on the other end.  At least I hope that Notes doesn't mangle attached  
files, that would be rather broken behavior IMO.

Another similar approach would be to perform the first three steps  
exactly as you do right now but manually send the email with the  
patch files attached.  This strategy also will not work if Notes is  
improperly handling email attachments.

-Dave




More information about the dcmf mailing list