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 20:22:17 +0300 Message-ID: <83ioks7nzq.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1410542585 5146 80.91.229.3 (12 Sep 2014 17:23:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2014 17:23:05 +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 19:22:58 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 1XSUYc-0005Pt-Hh for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 19:22:50 +0200 Original-Received: from localhost ([::1]:46562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSUYb-0004Wt-Vb for ged-emacs-devel@m.gmane.org; Fri, 12 Sep 2014 13:22:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSUYT-0004TO-Aw for emacs-devel@gnu.org; Fri, 12 Sep 2014 13:22:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSUYN-0006Ay-EW for emacs-devel@gnu.org; Fri, 12 Sep 2014 13:22:41 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:41926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSUYH-0006AG-1D; Fri, 12 Sep 2014 13:22:29 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NBS00I00T3LD500@mtaout29.012.net.il>; Fri, 12 Sep 2014 20:22:12 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBS00GBMTL0CH30@mtaout29.012.net.il>; Fri, 12 Sep 2014 20:22:12 +0300 (IDT) In-reply-to: <877g18x2bl.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.185 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:174246 Archived-At: > From: David Kastrup > Date: Fri, 12 Sep 2014 17:53:34 +0200 > > >> git show --date=raw > > > > This shows the author's timestamp, not the committer's one, right? > > It shows what you tell it to show elsewhere. For example, with > > git show --pretty=fuller --date=raw > > it shows both. With --date=raw --pretty='format:...' it shows the > fields specified in the format. When I use --format='%ci', it doesn't seem to be affected by --date=raw, which is consistent with the documentation as I understand it.