From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: Make author and committer available to pre-commit hook Date: Tue, 6 Jul 2010 03:29:47 -0400 Message-ID: <20100706072947.GB3567@sigill.intra.peff.net> References: <20100705114619.GA21146@sigill.intra.peff.net> <7vocel5n08.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Gisle Aas , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Jul 06 09:30:11 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OW2bY-0004iJ-Ks for gcvg-git-2@lo.gmane.org; Tue, 06 Jul 2010 09:30:08 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755850Ab0GFH3u (ORCPT ); Tue, 6 Jul 2010 03:29:50 -0400 Received: from peff.net ([208.65.91.99]:45463 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755171Ab0GFH3t (ORCPT ); Tue, 6 Jul 2010 03:29:49 -0400 Received: (qmail 25338 invoked by uid 107); 6 Jul 2010 07:30:46 -0000 Received: from c-67-172-213-4.hsd1.va.comcast.net (HELO sigill.intra.peff.net) (67.172.213.4) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.40) with ESMTPA; Tue, 06 Jul 2010 03:30:46 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Tue, 06 Jul 2010 03:29:47 -0400 Content-Disposition: inline In-Reply-To: <7vocel5n08.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jul 05, 2010 at 08:04:39PM -0700, Junio C Hamano wrote: > I wonder if we should also make author/committer dates available via the > same mechanism. I don't see why not. It is a trivial amount of code, and I can see at least author date being useful. -Peff