From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Everyone, please stop making my life more difficult Date: Fri, 12 Sep 2014 22:59:23 +0300 Message-ID: <83ha0c7gpw.fsf@gnu.org> References: <20140912043652.4D6D8380604@snark.thyrsus.com> <834mwd8j6a.fsf@gnu.org> <20140912095542.GD32586@thyrsus.com> <83y4tp6sc3.fsf@gnu.org> <20140912104929.GA17830@boo.workgroup> <83wq996lbr.fsf@gnu.org> <87tx4dvuvs.fsf@fencepost.gnu.org> <83tx4d6k6q.fsf@gnu.org> <878ulp9c56.fsf@igel.home> <83oauk7trb.fsf@gnu.org> <877g18x2bl.fsf@fencepost.gnu.org> <83ioks7nzq.fsf@gnu.org> <87lhpovdsj.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1410552016 2251 80.91.229.3 (12 Sep 2014 20:00:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2014 20:00:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 12 22:00:10 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XSX0r-0007LT-WF for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 22:00:10 +0200 Original-Received: from localhost ([::1]:47146 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSX0r-0004in-N2 for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 16:00:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSX0X-0004e7-CL for emacs-devel@gnu.org; Fri, 12 Sep 2014 15:59:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSX0R-00044P-Gj for emacs-devel@gnu.org; Fri, 12 Sep 2014 15:59:49 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:33935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSX0J-00042V-Or; Fri, 12 Sep 2014 15:59:35 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NBT007000H7VY00@mtaout28.012.net.il>; Fri, 12 Sep 2014 22:58:16 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT006U40T4X110@mtaout28.012.net.il>; Fri, 12 Sep 2014 22:58:16 +0300 (IDT) In-reply-to: <87lhpovdsj.fsf@fencepost.gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174253 Archived-At: > From: David Kastrup > Cc: emacs-devel@gnu.org > Date: Fri, 12 Sep 2014 21:28:44 +0200 >=20 > =B7 %cd: committer date >=20 > =B7 %cD: committer date, RFC2822 style >=20 > =B7 %cr: committer date, relative >=20 > =B7 %ct: committer date, UNIX timestamp >=20 > =B7 %ci: committer date, ISO 8601 format >=20 > It seems obvious that all commit date specifiers apart from %cd use= a > fixed format. And %ct will output the timestamp format. I was confused by the (apparently wrong) documentation which claims that only %ad is affected by --date.