From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A832B1384B4 for ; Mon, 2 Nov 2015 18:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4ECC21C05A; Mon, 2 Nov 2015 18:18:53 +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 3CEBF21C054 for ; Mon, 2 Nov 2015 18:18:53 +0000 (UTC) Received: from localhost.localdomain (d202-251.icpnet.pl [109.173.202.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id C2B78340702; Mon, 2 Nov 2015 18:18:51 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-portage-dev@lists.gentoo.org Cc: robbat2@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-portage-dev] [PATCH 3/4] egencache --update-changelogs: Replace $Header$ with autogen note Date: Mon, 2 Nov 2015 19:18:40 +0100 Message-Id: <1446488321-3140-4-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1446488321-3140-1-git-send-email-mgorny@gentoo.org> References: <1446488321-3140-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 4717d1e8-2e97-47b3-b335-d91854af77fc X-Archives-Hash: d3ecb70fa86193b74321690f84eaaffb --- bin/egencache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/egencache b/bin/egencache index f3eaa5c..984d9f2 100755 --- a/bin/egencache +++ b/bin/egencache @@ -776,7 +776,7 @@ class GenChangeLogs(object): output.write(textwrap.dedent('''\ # ChangeLog for %s # Copyright 1999-%s Gentoo Foundation; Distributed under the GPL v2 - # $Header: $ + # (auto-generated from git log) ''' % (cp, time.strftime('%Y')))) -- 2.6.2