From: John M. <ato...@gm...> - 2009-11-28 02:07:06
|
RE: patch creation guidelines / standards Hello, Do you guys prefer making separate patch files for each source file or making one patch file based on the type of 'fix' it was for. For example we have a Triple.h.diff and Triple.cpp.diff but we could make just one instead like... $ svn diff lib/Support/Triple.cpp include/llvm/ADT/Triple.h > Triple.dif |