diff options
author | Siva Chandra Reddy <sivachandra@sourceware.org> | 2012-04-25 07:08:07 +0000 |
---|---|---|
committer | Siva Chandra Reddy <sivachandra@sourceware.org> | 2012-04-25 07:08:07 +0000 |
commit | b77b7f52b886b60cfc13858d1d3f0b8e8d702147 (patch) | |
tree | eaebd1ef9faee7899c6fef43030c43de8bfc928d /gdb/CONTRIBUTE | |
parent | 46e3f09e52d3449ef8988e9edaa702982a9d7b8c (diff) | |
download | gdb-b77b7f52b886b60cfc13858d1d3f0b8e8d702147.zip gdb-b77b7f52b886b60cfc13858d1d3f0b8e8d702147.tar.gz gdb-b77b7f52b886b60cfc13858d1d3f0b8e8d702147.tar.bz2 |
2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
* CONTRIBUTE: Use unified diff instead of context diff when
generating patches.
Diffstat (limited to 'gdb/CONTRIBUTE')
-rw-r--r-- | gdb/CONTRIBUTE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index 2d24bba..cdec246 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -71,9 +71,9 @@ o Submitting Patches documentation (i.e., .texi files). The patch itself. If you are accessing the CVS repository use - "cvs update; cvs diff -cp"; else, use "diff -cp OLD NEW" or - "diff -up OLD NEW". If your version of diff does not support - these options, then get the latest version of GNU diff. + "cvs update; cvs diff -up"; else, use "diff -up OLD NEW". If + your version of diff does not support these options, then get + the latest version of GNU diff. We accept patches as plain text (preferred for the compilers themselves), MIME attachments (preferred for the web pages), |