From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2267 invoked by alias); 5 Sep 2014 16:43:29 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 2255 invoked by uid 89); 5 Sep 2014 16:43:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 05 Sep 2014 16:43:27 +0000 Received: by mail-vc0-f178.google.com with SMTP id la4so12642859vcb.37 for ; Fri, 05 Sep 2014 09:43:25 -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=lBzK2u1lJcDLxzfoBBE0B/sfRwCXxfzRZZLBNufcyUo=; b=aUcEzIBT5wQ+67Lk0cyHigRTcu53IDe47nUU1tszDZBxJ5BmC66pYxffSinVrkufN9 GMfdBNZKNGl37NHhSrKc34f/I896fnDwMMWU28qtgkk9zGbvfSuxY1suaFKgUZ4FeCP8 31gewYk0UC6UEpprUuFDXi8cNh6LHxjfhLOfjU/LeKvFOej0W0TL8J0KErCFU2BpPDKJ pIFdTmSC0T1SPxLuPoT5Q5oSE8R4GQHeh8YMmldgoyDnYzDsT5lGuh7/pKzywTXXTt51 rOfppYYxbbb3/h4DvIs4lfxvXPQ45zsgysyZr6CxrSxscr2omZ6q1i3psLz77kT7uydC f18Q== X-Gm-Message-State: ALoCoQk1cHLIxATRXFBSNsk8hKFmOAGNto5mKv9l0Y53/Ln3F4wT8RcO9VTFlg0GeZfDhFyHa0X6 MIME-Version: 1.0 X-Received: by 10.221.45.132 with SMTP id uk4mr2122968vcb.57.1409935404972; Fri, 05 Sep 2014 09:43:24 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Fri, 5 Sep 2014 09:43:24 -0700 (PDT) In-Reply-To: <20140905101324.GA3731@blade.nx> References: <20140814083231.GA6283@blade.nx> <20140814125224.GF4924@adacore.com> <8761h4fmu4.fsf@redhat.com> <87mwage6x2.fsf@redhat.com> <871trsuz55.fsf@igel.home> <20140904090616.GA23758@blade.nx> <87y4tzcvny.fsf@redhat.com> <20140904173624.GA10113@blade.nx> <20140905101324.GA3731@blade.nx> Date: Fri, 05 Sep 2014 16:43:00 -0000 Message-ID: Subject: Re: ChangeLogs in commit messages From: Doug Evans To: Gary Benson Cc: Sergio Durigan Junior , Andreas Schwab , Joel Brobecker , gdb , Andreas Arnez Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00020.txt.bz2 On Fri, Sep 5, 2014 at 3:13 AM, Gary Benson wrote: > Gary Benson wrote: >> Doug Evans wrote: >> > If I do a git blame of server.c I see patch 860789c7 with a date >> > of 2014-08-08. That's three weeks before it was pushed upstream. >> > Bleah. I'd really like to be able to do a git blame and have what >> > I see be useful, including the date. The author date is basically >> > useless to me. >> >> I see some options to git-rebase, --committer-date-is-author-date >> and --ignore-date. I'll experiment with these the next time I >> rebase something and see what happens. > > Running "git rebase --ignore-date gdb/master" immediately prior to > pushing sets both author and commit dates to the present time on > all commits you are about to push. Cool. Can you add that to the contribution checklist?