https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263955
--- Comment #6 from Jonathan Vasquez <[email protected]> --- Created attachment 234230 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234230&action=edit [patch] no-email header I've attached the file without the email header. However due note, that the FDP explicitly states two different ways of generating the diff for submission: 1. Using git format-patch origin/main. It specifically mentions (in 1.2.2) that using this will include the email headers which makes it easier for FreeBSD developers to give credit to developers. 2. Using 'git diff' (for me: 'git diff main' since I'm running diff from my working branch and comparing against main for submission). This is standard diff and won't include the headers. Mentioned in 3.6. https://docs.freebsd.org/en/books/fdp-primer/book/#overview-quick-start If including email headers for patch submission isn't recommended, it shouldn't be mentioned in the FDP. -- You are receiving this mail because: You are the assignee for the bug.
