From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: vc-git-annotate vs configured date format Date: Wed, 29 Jul 2009 11:41:40 +0900 Message-ID: <87zlao9pnf.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248835556 23908 80.91.229.12 (29 Jul 2009 02:45:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2009 02:45:56 +0000 (UTC) Cc: Emacs Development List To: Karl Chen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 29 04:45:49 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 1MVzAq-0004dT-Kh for ged-emacs-devel@m.gmane.org; Wed, 29 Jul 2009 04:45:48 +0200 Original-Received: from localhost ([127.0.0.1]:43078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVzAq-0006IC-28 for ged-emacs-devel@m.gmane.org; Tue, 28 Jul 2009 22:45:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVzAk-0006I7-Gq for emacs-devel@gnu.org; Tue, 28 Jul 2009 22:45:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVzAe-0006E8-Uz for emacs-devel@gnu.org; Tue, 28 Jul 2009 22:45:41 -0400 Original-Received: from [199.232.76.173] (port=43498 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVzAe-0006Dw-PY for emacs-devel@gnu.org; Tue, 28 Jul 2009 22:45:36 -0400 Original-Received: from mtps02.sk.tsukuba.ac.jp ([130.158.97.224]:42693) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVzAe-0006fy-AY for emacs-devel@gnu.org; Tue, 28 Jul 2009 22:45:36 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps02.sk.tsukuba.ac.jp (Postfix) with ESMTP id 6BFC18215; Wed, 29 Jul 2009 11:45:34 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 31CEC1A3874; Wed, 29 Jul 2009 11:41:40 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" 5bbff3553494 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113316 Archived-At: Karl Chen writes: > What do you think about getting vc-git-annotate to work regardless > of the blame.date setting? > > An easy fix would be to just add --date=iso to the command-line. It's also the correct fix. > But ideally Emacs would be able to parse other date formats also. One man's ideal is another's madness. See Alan's rant on C++ syntax.