Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 07/19] appendices/editor-configuration/emacs: remove the CVS related setting #558642
Date: Sun, 24 Jan 2016 08:50:23
Message-Id: 1453625173-9505-8-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 Setting vc-cvs-stay-local to nil causes VC to query the remote repository.
2 Git is a distributed VCS. As such no equivalent command exists for git.
3 Remove the CVS related setting.
4
5 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
6 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
7 ---
8 appendices/editor-configuration/emacs/text.xml | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
12 index 55fade0..37c5504 100644
13 --- a/appendices/editor-configuration/emacs/text.xml
14 +++ b/appendices/editor-configuration/emacs/text.xml
15 @@ -48,7 +48,7 @@ automatically check for the existence of it and ask you to add one.
16 <p>
17 Other useful settings can be disabled backup files
18 (by <c>(setq make-backup-files nil)</c> and
19 -<c>(setq vc-cvs-stay-local nil)</c>), so you don't clutter CVS
20 +so you don't clutter the git repository
21 directories and confuse repoman with it (by adding unnecessary entries
22 into a Manifest file e.g.). Emacs can even contact the outside world
23 by using the X servers clipboard abilities when yanking, which is
24 --
25 2.4.10