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 07/21] appendices/editor-configuration/emacs: remove the CVS related setting #558642
Date: Thu, 04 Feb 2016 01:03:33
Message-Id: 1454547469-22487-8-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 Setting vc-cvs-stay-local to nil causes VC to query the remote repository.
4 Git is a distributed VCS. As such no equivalent command exists for git.
5 Remove the CVS related setting.
6
7 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642
8 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
9 ---
10 appendices/editor-configuration/emacs/text.xml | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml
14 index 55fade0..0a5e38d 100644
15 --- a/appendices/editor-configuration/emacs/text.xml
16 +++ b/appendices/editor-configuration/emacs/text.xml
17 @@ -47,8 +47,8 @@ automatically check for the existence of it and ask you to add one.
18
19 <p>
20 Other useful settings can be disabled backup files
21 -(by <c>(setq make-backup-files nil)</c> and
22 -<c>(setq vc-cvs-stay-local nil)</c>), so you don't clutter CVS
23 +(by <c>(setq make-backup-files nil)</c>, so you don't clutter the git
24 +repository
25 directories and confuse repoman with it (by adding unnecessary entries
26 into a Manifest file e.g.). Emacs can even contact the outside world
27 by using the X servers clipboard abilities when yanking, which is
28 --
29 2.4.10