Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 14/19] ebuild-maintenance: replace "cvs commit" with "git commit" #558642
Date: Sun, 24 Jan 2016 08:52:40
Message-Id: 1453625173-9505-15-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration by Gokturk Yuksek
1 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
2 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
3 ---
4 ebuild-maintenance/text.xml | 4 ++--
5 1 file changed, 2 insertions(+), 2 deletions(-)
6
7 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
8 index 11ab2d4..dc24386 100644
9 --- a/ebuild-maintenance/text.xml
10 +++ b/ebuild-maintenance/text.xml
11 @@ -62,8 +62,8 @@ examples.
12 </p>
13
14 <p>
15 -When committing to CVS, all developers should use <c>repoman commit</c>
16 -instead of <c>cvs commit</c> to submit their ebuilds. Before committing,
17 +When committing to git, all developers should use <c>repoman commit</c>
18 +instead of <c>git commit</c> to submit their ebuilds. Before committing,
19 please run <c>repoman full</c> to make sure you didn't forget something.
20 </p>
21
22 --
23 2.4.10