2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
* CONTRIBUTE: Use unified diff instead of context diff when generating patches.
This commit is contained in:
parent
46e3f09e52
commit
b77b7f52b8
2 changed files with 8 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
|
||||
|
||||
* CONTRIBUTE: Use unified diff instead of context diff when
|
||||
generating patches.
|
||||
|
||||
2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
|
||||
|
|
Loading…
Reference in a new issue