Hi Andreas, 2016/4/1 Fri 17:11:12 UTC+9 Andreas wrote: > I remember now why. When I try to do the patch using TortoiseGit I get the > message: > git.exe am --3way --ignore-space-change --keep-cr > "C:\files\0001_support-largefiles-on-windows(1).patch" > Patch does not have a valid e-mail address.
Ah, that's because my patches are not generated by `git format-patch`. You can use `git apply` instead of `git am` to apply the patches. (I don't know how to perform `git apply` from TortoiseGit.) Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
