summaryrefslogtreecommitdiff
path: root/gdb/CONTRIBUTE
diff options
context:
space:
mode:
authorsivachandra <sivachandra>2012-04-25 07:08:02 +0000
committersivachandra <sivachandra>2012-04-25 07:08:02 +0000
commita4fd2acbd17a25cfddf394f8fdbdef53397a836e (patch)
tree09dc2102f4072090bda1272ed2726679f52965db /gdb/CONTRIBUTE
parent1adc5a07557480a6ae4de1985813ff0897d2201a (diff)
downloadgdb-a4fd2acbd17a25cfddf394f8fdbdef53397a836e.tar.gz
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/CONTRIBUTE6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index 2d24bba2ec6..cdec2464b91 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),