From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4874 invoked by alias); 24 Oct 2014 17:36:19 -0000 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 Received: (qmail 4862 invoked by uid 89); 24 Oct 2014 17:36:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f179.google.com Received: from mail-qc0-f179.google.com (HELO mail-qc0-f179.google.com) (209.85.216.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 24 Oct 2014 17:36:16 +0000 Received: by mail-qc0-f179.google.com with SMTP id x3so1091139qcv.38 for ; Fri, 24 Oct 2014 10:36:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=grHeJxaL9HZygdOfKGk/Xy57qeJem9cGpus9e96c9YM=; b=LwBngMrHdLZPmicVhNsF6vQTqtryCXJ/UhmkfbhDgVcFAeZOL7U6EHlpkHsuH/4O8i dHuYlaCcLWpH0sBwH0eCIlAIvnLF6OxETFBzTx6Pgqo8hS8i+dMFcVHJl6+8Y7zkMxmG Ol5bQrUhEo4zPkypnbnZ7xP69zOEjxvrPvd2kPJraGhN/3QW6mKxdx78n97b2psckrex 9Khve5SV2iG2pdwFNhLVpNeefu9iJoGh/gk7x1epeFiCC4o0ZcyJ+mgf8SOQVzx9ham0 UEFOaXb5zAt7XXMDRMLHGSiN8NiZgqxMcqeN5sVSTlRYPTtNqFnkI7m3joo4hALSAGky EHVw== X-Gm-Message-State: ALoCoQnsddf091ww+TB4eeEyV3hmIMAyaueFKukjiAk1y/uEvXkqCTHOWoTOlaDpkjqMXs2DeBze MIME-Version: 1.0 X-Received: by 10.224.11.6 with SMTP id r6mr8341870qar.42.1414172174377; Fri, 24 Oct 2014 10:36:14 -0700 (PDT) Received: by 10.229.93.203 with HTTP; Fri, 24 Oct 2014 10:36:14 -0700 (PDT) In-Reply-To: <544A4404.70606@redhat.com> References: <1413853021-4393-1-git-send-email-victor.kamensky@linaro.org> <1413853021-4393-3-git-send-email-victor.kamensky@linaro.org> <871tq1kgc2.fsf@codesourcery.com> <544A4404.70606@redhat.com> Date: Fri, 24 Oct 2014 17:36:00 -0000 Message-ID: Subject: Re: gdb/CONTRIBUTE From: Victor Kamensky To: Pedro Alves Cc: Yao Qi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-10/txt/msg00663.txt.bz2 On 24 October 2014 05:20, Pedro Alves wrote: > Hi Victor, > > On 10/21/2014 03:44 PM, Victor Kamensky wrote: >>> > >>> > We don't include the ChangeLog changes in the patch, because that will >>> > cause conflicts when applying your patch locally in the review. >>> > Instead, we include ChangeLog entries in the commit messages, see >>> > https://sourceware.org/gdb/wiki/ContributionChecklist#Properly_formatted_commit_messages >> Thanks! It is good pointer. I have not seen it before. >> Maybe gdb/CONTRIBUTE could mention this wiki page. > > OOC, how did you find gdb/CONTRIBUTE? Was that through > https://sourceware.org/gdb/contribute/ or some other means? Yes, through above link. I got to it from https://sourceware.org/gdb/ following 'contributing' (3rd) tab on top under title. Thanks, Victor > IMO we should just move/merge the gross of the contents in the > file to the web/wiki, and either delete the file, or leave just > the preamble. > > If it stays, I think it should link to: > > http://www.gnu.org/software/gdb/contribute/ > > as that's more stable than the wiki, and then that page should > link to relevant wiki pages. > > Thanks, > Pedro Alves >