emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113607: Add documentation for vc-ignore and vc-dir-


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113607: Add documentation for vc-ignore and vc-dir-ignore.
Date: Tue, 30 Jul 2013 22:27:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113607
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Wed 2013-07-31 06:27:47 +0800
message:
  Add documentation for vc-ignore and vc-dir-ignore.
  
  * doc/emacs/emacs.texi (Top): Add menu entry.
  
  * doc/emacs/maintaining.texi (VC Ignore): New node.  Document vc-ignore.
  (VC Directory Commands): Add vc-dir-ignore.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/emacs.texi           emacs.texi-20091113204419-o5vbwnq5f7feedwu-6246
  doc/emacs/maintaining.texi     
maintaining.texi-20091113204419-o5vbwnq5f7feedwu-6262
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-07-28 05:54:24 +0000
+++ b/doc/emacs/ChangeLog       2013-07-30 22:27:47 +0000
@@ -1,3 +1,10 @@
+2013-07-30  Xue Fuqiao  <address@hidden>
+
+       * emacs.texi (Top): Add menu entry.
+
+       * maintaining.texi (VC Ignore): New node.  Document vc-ignore.
+       (VC Directory Commands): Add vc-dir-ignore.
+
 2013-07-28  Xue Fuqiao  <address@hidden>
 
        * glossary.texi (Glossary): Add some entries.

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2013-06-05 20:57:09 +0000
+++ b/doc/emacs/emacs.texi      2013-07-30 22:27:47 +0000
@@ -798,6 +798,7 @@
 * Old Revisions::       Examining and comparing old versions.
 * VC Change Log::       Viewing the VC Change Log.
 * VC Undo::             Canceling changes before or after committing.
+* VC Ignore::           Ignore files under version control system.
 * VC Directory Mode::   Listing files managed by version control.
 * Branches::            Multiple lines of development.
 @ifnottex

=== modified file 'doc/emacs/maintaining.texi'
--- a/doc/emacs/maintaining.texi        2013-07-27 00:09:51 +0000
+++ b/doc/emacs/maintaining.texi        2013-07-30 22:27:47 +0000
@@ -1,4 +1,4 @@
address@hidden This is part of the Emacs manual.
address@hidden This is part of the Emacs manual., Abbrevs, This is part of the 
Emacs manual., Top
 @c Copyright (C) 1985-1987, 1993-1995, 1997, 1999-2013 Free Software
 @c Foundation, Inc.
 @c See file emacs.texi for copying conditions.
@@ -56,6 +56,7 @@
 * Old Revisions::       Examining and comparing old versions.
 * VC Change Log::       Viewing the VC Change Log.
 * VC Undo::             Canceling changes before or after committing.
+* VC Ignore::           Ignore files under version control system.
 * VC Directory Mode::   Listing files managed by version control.
 * Branches::            Multiple lines of development.
 @ifnottex
@@ -1032,6 +1033,23 @@
 @kbd{C-x v u} to unlock a file if you lock it and then decide not to
 change it.
 
address@hidden VC Ignore
address@hidden Ignore Version Control Files
+
address@hidden @kbd
address@hidden C-x v G
+Ignore a file under current version control system.  (@code{vc-ignore}).
address@hidden table
+
address@hidden C-x v G
address@hidden vc-ignore
+  Many source trees contain some files that do not need to be versioned,
+such as editor backups, object or bytecode files, and built programs.
+You can simply not add them, but then they’ll always crop up as
+unknown files.  You can also tell the version control system to ignore
+these files by adding them to the ignore file at the top of the tree.
address@hidden v G} (@code{vc-ignore}) can help you do this.
+
 @node VC Directory Mode
 @subsection VC Directory Mode
 
@@ -1222,7 +1240,7 @@
 
   The VC Directory buffer also defines some single-key shortcuts for
 VC commands with the @kbd{C-x v} prefix: @kbd{=}, @kbd{+}, @kbd{l},
address@hidden, @kbd{D}, @kbd{L} and @kbd{v}.
address@hidden, @kbd{D}, @kbd{L}, @kbd{G} and @kbd{v}.
 
   For example, you can commit a set of edited files by opening a VC
 Directory buffer, where the files are listed with the @samp{edited}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]