From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-791931-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E78E2138A6C
	for <garchives@archives.gentoo.org>; Fri, 10 Apr 2015 21:01:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7957AE088B;
	Fri, 10 Apr 2015 21:01:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2AA79E088B
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Apr 2015 21:01:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 292D9340C4C
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Apr 2015 21:01:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C15BC15A4E
	for <gentoo-commits@lists.gentoo.org>; Fri, 10 Apr 2015 21:01:41 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1428699462.960a05c7ad7cc79662eedee1290f9d20efc5f2d4.ulm@gentoo>
Subject: [gentoo-commits] proj/pms:master commit in: /
X-VCS-Repository: proj/pms
X-VCS-Files: vc-git.awk
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 960a05c7ad7cc79662eedee1290f9d20efc5f2d4
X-VCS-Branch: master
Date: Fri, 10 Apr 2015 21:01:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cf784264-e87c-4196-814f-6f0619e3bfe7
X-Archives-Hash: 2ee0e47aab03d4a3ee290c25745ecd42

commit:     960a05c7ad7cc79662eedee1290f9d20efc5f2d4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 20:57:42 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 20:57:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=960a05c7

Extract "Committer Date" instead of "Author Date" as the document's date.

 vc-git.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-git.awk b/vc-git.awk
index 5024a1b..d349a93 100644
--- a/vc-git.awk
+++ b/vc-git.awk
@@ -36,7 +36,7 @@ END {
 ### Standard encoding is UTF-8.
 				if (Encoding == "") Encoding = "UTF-8"
 ### Extract relevant information from variables.
-				LongDate = substr(AuthorDate, 1, 25)
+				LongDate = substr(CommitterDate, 1, 25)
 				DateRAW = substr(LongDate, 1, 10)
 				DateISO = DateRAW
 				DateTEX = DateISO