From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2233 invoked by alias); 27 Nov 2011 21:24:58 -0000 Received: (qmail 2224 invoked by uid 22791); 27 Nov 2011 21:24:57 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 21:24:44 +0000 Received: by iaek3 with SMTP id k3so9956809iae.0 for ; Sun, 27 Nov 2011 13:24:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.4.155 with SMTP id 27mr2320270ibr.46.1322429083661; Sun, 27 Nov 2011 13:24:43 -0800 (PST) Received: by 10.50.186.228 with HTTP; Sun, 27 Nov 2011 13:24:43 -0800 (PST) In-Reply-To: References: <877h2l7nth.fsf@gmail.com> Date: Sun, 27 Nov 2011 21:24:00 -0000 Message-ID: Subject: Re: Notes on -Wshadow patches From: Andrey Smirnov To: Eli Zaretskii Cc: gdb-patches@sourceware.org, brobecker@adacore.com, tromey@redhat.com, mark.kettenis@xs4all.nl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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-11/txt/msg00748.txt.bz2 > Doesn't git support generation of ChangeLog entries from commit > messages? =A0I thought it did. =A0If it does, you should be able to > generate ChangeLog entries automatically. > Not that that I'm an exprt on git, but, no, I am unaware of such functionality. But it doesn't matter, since, as I said, commit messages already contain what is to be later added to the changelog, i just didn't add that to the actual ChangeLog file and therefore it is not in the diff. Andrey Smirnov