Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: robbat2@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 3/4] egencache --update-changelogs: Replace $Header$ with autogen note
Date: Mon, 02 Nov 2015 18:19:21
Message-Id: 1446488321-3140-4-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync by "Michał Górny"
1 ---
2 bin/egencache | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/bin/egencache b/bin/egencache
6 index f3eaa5c..984d9f2 100755
7 --- a/bin/egencache
8 +++ b/bin/egencache
9 @@ -776,7 +776,7 @@ class GenChangeLogs(object):
10 output.write(textwrap.dedent('''\
11 # ChangeLog for %s
12 # Copyright 1999-%s Gentoo Foundation; Distributed under the GPL v2
13 - # $Header: $
14 + # (auto-generated from git log)
15
16 ''' % (cp, time.strftime('%Y'))))
17
18 --
19 2.6.2