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 6A23758973 for ; Sun, 17 Jan 2016 08:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 032B321C13B; Sun, 17 Jan 2016 07:55:42 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4564221C087 for ; Sun, 17 Jan 2016 07:55:37 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 040C02062A for ; Sun, 17 Jan 2016 02:55:37 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 17 Jan 2016 02:55:37 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=djra ToXOUfNR7aywY6JCN91CUyo=; b=lI7xrmDxDH14BKMAl3UNFTXwQyeXiAOaU6gs 6n5uKOj7ixcnMQlw6jcMAm6l0KeyIJqeHYkOL3DGqoaLonKUXyxQUSSMUmfR8HXK EHSoGlx8Vl0tzQaOng/6NCudfiJXlNRCS10m0IVLS55miwFYhKXsrXoy2VSan51S nx9S42I= X-Sasl-enc: RNP/r/hR8imfGgc6xK9OMNBAfBOqD0ZIUTru79fgcNTs 1453017336 Received: from localhost.localdomain (cpe-142-105-208-68.stny.res.rr.com [142.105.208.68]) by mail.messagingengine.com (Postfix) with ESMTPA id 81EECC013FE; Sun, 17 Jan 2016 02:55:36 -0500 (EST) From: Gokturk Yuksek To: gentoo-dev@lists.gentoo.org, gentoo-doc@lists.gentoo.org Cc: Gokturk Yuksek Subject: [gentoo-doc] [PATCH 14/16] ebuild-maintenance: replace "cvs commit" with "git commit" #558642 Date: Sun, 17 Jan 2016 02:55:17 -0500 Message-Id: <1453017319-2459-15-git-send-email-gokturk@binghamton.edu> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> References: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc@lists.gentoo.org Reply-to: gentoo-doc@lists.gentoo.org X-Archives-Salt: 6699c9c7-5e8a-48bf-910d-703092174307 X-Archives-Hash: 964e69b831cac7781bf6806b916b133b X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 7014689..6dc8813 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.

-- 2.4.10