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 195DA58973
for ; Fri, 5 Feb 2016 12:59:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 7DA6921C087;
Fri, 5 Feb 2016 12:59:24 +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 32E0821C086
for ; Fri, 5 Feb 2016 12:59:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 74646340ADB
for ; Fri, 5 Feb 2016 12:59:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id A8612102D
for ; Fri, 5 Feb 2016 12:59:18 +0000 (UTC)
From: "Ulrich Müller"
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"
Message-ID: <1454677100.5e0ed344e5bf5cb00473cdb7470d17ca65bed4a8.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-maintenance/text.xml
X-VCS-Directories: ebuild-maintenance/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 5e0ed344e5bf5cb00473cdb7470d17ca65bed4a8
X-VCS-Branch: master
Date: Fri, 5 Feb 2016 12:59:18 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f5d6dac2-c810-4827-bb9a-6f9cf7debf11
X-Archives-Hash: 52110c477604ef0af431a5980086e675
commit: 5e0ed344e5bf5cb00473cdb7470d17ca65bed4a8
Author: Gokturk Yuksek binghamton edu>
AuthorDate: Thu Feb 4 00:57:42 2016 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Fri Feb 5 12:58:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5e0ed344
ebuild-maintenance: replace "cvs commit" with "git commit" #558642
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642
Signed-off-by: Gokturk Yuksek binghamton.edu>
ebuild-maintenance/text.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index b9c6327..26cca2f 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -62,8 +62,8 @@ examples.
-When committing to CVS, all developers should use repoman commit
-instead of cvs commit to submit their ebuilds. Before committing,
+When committing to git, all developers should use repoman commit
+instead of git commit to submit their ebuilds. Before committing,
please run repoman full to make sure you didn't forget something.