From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31198 invoked by alias); 9 Jul 2011 07:50:40 -0000 Received: (qmail 31190 invoked by uid 22791); 9 Jul 2011 07:50:40 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jul 2011 07:50:26 +0000 Received: by eyd9 with SMTP id 9so970868eyd.0 for ; Sat, 09 Jul 2011 00:50:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.107.15 with SMTP id z15mr947988ebo.114.1310197825411; Sat, 09 Jul 2011 00:50:25 -0700 (PDT) Received: by 10.213.4.207 with HTTP; Sat, 9 Jul 2011 00:50:25 -0700 (PDT) In-Reply-To: References: Date: Sat, 09 Jul 2011 08:30:00 -0000 Message-ID: Subject: Re: How do I create a developer account From: Abhijit Halder To: Mike Frysinger Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00265.txt.bz2 Thanks a lot. On Sat, Jul 9, 2011 at 1:01 PM, Mike Frysinger wrote: > On Sat, Jul 9, 2011 at 02:59, Abhijit Halder wrote: >> 1. To submit a patch do I need a bug-id? > > no > >> 2. If I am planning to introduce a new feature (enhancement) how to >> get a bug-id for that. > > you dont need one > >> 3. To create a patch do I need to do a CVS diff (or simple diff >> command is sufficient, if then what option should I use). With >> anonymous CVS login I could not do a cvs update or cvs diff. > > anonymous cvs accounts can do update/diff just fine. =A0all patches > should be in the unified diff format and be made from the top of the > tree. > > there is also a read-only git mirror if you want to use that for > development instead. > -mike >