Changes between Version 3 and Version 4 of CodingGuidelines/SubmittingPatches
- Timestamp:
- Jan 2, 2010, 6:26:19 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingGuidelines/SubmittingPatches
v3 v4 4 4 * Create patches from within the ''HAIKU_TOP'' directory. This is the directory that contains ''configure'' and typically is ''haiku/'' or ''buildtools/'' 5 5 * {{{ svn diff path/to/modified/files additional/paths/are/allowed/ > ~/DescriptiveName.patch }}} 6 * ''Note:'' If patching newly created files, {{{ svn add <path-to-new-file> }}} needs to be done before {{{ svn diff }}} 6 7 * Plain text is preferred, as it allows easy viewing within the browser. 7 8 * The [http://www.haiku-os.org/development/coding-guidelines Coding Guidelines] are expected to be followed when submitting patches.