Gentoo Archives: gentoo-dev

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