From d5f2066cac82e84ba43e22c9718e381732f8454d Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 14 Jun 2008 10:16:01 +0000 Subject: [PATCH] (exclude): Document support for new VCS. --- doc/tar.texi | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/tar.texi b/doc/tar.texi index 5898792..993db4c 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -6816,10 +6816,16 @@ However, empty lines are OK. @cindex CVS, excluding files @cindex SVN, excluding files @cindex git, excluding files +@cindex Bazaar, excluding files +@cindex Arch, excluding files +@cindex Mercurial, excluding files +@cindex Darcs, excluding files @table @option @opindex exclude-vcs @item --exclude-vcs -Exclude files and directories used by some version control systems. +Exclude files and directories used by following version control +systems: @samp{CVS}, @samp{RCS}, @samp{SCCS}, @samp{SVN}, @samp{Arch}, +@samp{Bazaar}, @samp{Mercurial}, and @samp{Darcs}. @end table As of version @value{VERSION}, the following files are excluded: @@ -6837,6 +6843,13 @@ As of version @value{VERSION}, the following files are excluded: @item @file{=RELEASE-ID} @item @file{=meta-update} @item @file{=update} +@item @file{.bzr} +@item @file{.bzrignore} +@item @file{.bzrtags} +@item @file{.hg} +@item @file{.hgignore} +@item @file{.hgrags} +@item @file{_darcs} @end itemize @findex exclude-caches -- 2.44.0