From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vc-git-annotate vs configured date format Date: Tue, 28 Jul 2009 23:03:51 -0700 (PDT) Message-ID: <200907290603.n6T63poM005192@godzilla.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248847566 15181 80.91.229.12 (29 Jul 2009 06:06:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2009 06:06:06 +0000 (UTC) Cc: Emacs Developement List To: Karl Chen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 29 08:05:59 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MW2IZ-0006Pg-Cb for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 08:05:59 +0200 Original-Received: from localhost ([127.0.0.1]:36476 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW2IY-0008CR-HH for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 02:05:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW2IQ-0008AR-O4 for emacs-devel@gnu.org; Wed, 29 Jul 2009 02:05:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW2IL-00084d-Kq for emacs-devel@gnu.org; Wed, 29 Jul 2009 02:05:49 -0400 Original-Received: from [199.232.76.173] (port=51444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW2IL-00084a-DK for emacs-devel@gnu.org; Wed, 29 Jul 2009 02:05:45 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:41996) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MW2IK-0002ne-M7 for emacs-devel@gnu.org; Wed, 29 Jul 2009 02:05:45 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n6T63s9t009697; Tue, 28 Jul 2009 23:03:54 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n6T63poM005192; Tue, 28 Jul 2009 23:03:51 -0700 (PDT) In-Reply-To: (Karl Chen's message of "Tue, 28 Jul 2009 15:51:11 -0400") Original-Lines: 15 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n6T63s9t009697 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113327 Archived-At: Karl Chen writes: > I have this in my .gitconfig: > [blame] > date = short > > Which causes emacs' vc-annotate to not work correctly, because > vc-git-annotate-time hardcodes the regexp it looks for assuming > it's date=iso. > > What do you think about getting vc-git-annotate to work regardless > of the blame.date setting? That sounds like TRTD. Are there any other settings that affect the git blame output?