Hi, On Fri, Oct 02, 2015 at 01:20:12PM -0400, Joshua Branson wrote:
> I've copied the history section of mach from the wiki into the > gnumach/doc/mach.texi Nice :-) > My diff seems to be adding some changes that I did not intentionally > make. It looks like your editor automatically removed trailing whitespace in several places... While this is probably a good change per se, it is usually considered bad practice to commit unrelated whitespace fixes in the same patch... Would be nice if you could isolate it? Also, please submit your .gitignore additions in a separate patch as well. Git (especially "git add") has various features that help with splitting up changes into multiple commits :-) -antrik-