Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] - Improve suggestions for generating patches in CONTRIBUTE
@ 2012-04-16  7:50 Siva Chandra
  2012-04-16 14:56 ` Joel Brobecker
  0 siblings, 1 reply; 11+ messages in thread
From: Siva Chandra @ 2012-04-16  7:50 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

This patch is in response to the discussion here:
http://sourceware.org/ml/gdb-patches/2012-04/msg00328.html

2012-04-16  Siva Chandra Reddy  <sivachandra@google.com>

        * CONTRIBUTE: Add "cvs diff -up" as a way to generate patches
        when accessing the CVS repository.  Add a note saying that the
        "-up" flavors of "cvs diff" and "diff" are preferred.

Thanks,
Siva Chandra

[-- Attachment #2: contribute_patch_v1.txt --]
[-- Type: text/plain, Size: 992 bytes --]

Index: CONTRIBUTE
===================================================================
RCS file: /cvs/src/src/gdb/CONTRIBUTE,v
retrieving revision 1.12
diff -u -p -r1.12 CONTRIBUTE
--- CONTRIBUTE	22 Aug 2009 17:08:09 -0000	1.12
+++ CONTRIBUTE	16 Apr 2012 07:15:57 -0000
@@ -71,9 +71,11 @@ 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 -cp" or "cvs update; cvs diff -up"; else,
+	use "diff -cp OLD NEW" or "diff -up OLD NEW". The flavors with
+	"-up" option string are preferred. 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),

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-04-25  7:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16  7:50 [RFA] - Improve suggestions for generating patches in CONTRIBUTE Siva Chandra
2012-04-16 14:56 ` Joel Brobecker
2012-04-16 15:07   ` Pedro Alves
2012-04-17  7:26     ` Siva Chandra
2012-04-17 15:11       ` Joel Brobecker
2012-04-17 15:48         ` Mark Kettenis
2012-04-24  7:10         ` Siva Chandra
2012-04-24 17:39           ` Eli Zaretskii
2012-04-24 20:24             ` Joel Brobecker
2012-04-25  5:47               ` Eli Zaretskii
2012-04-25  8:06                 ` Siva Chandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox