zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: [mdz@debian.org: Bug#147853: zsh: CVS completion should respect $CVSIGNORE]
Date: Thu, 23 May 2002 02:18:18 -0400	[thread overview]
Message-ID: <20020523061818.GA17828@dman.com> (raw)

----- Forwarded message from Matt Zimmerman <mdz@debian.org> -----

>From the CVS docs "Ignoring files via cvsignore":

   * The list is initialized to include certain file name patterns:
[...]
   * The per-repository list in `$CVSROOT/CVSROOT/cvsignore' is
     appended to the list, if that file exists.

   * The per-user list in `.cvsignore' in your home directory is
     appended to the list, if it exists.

   * Any entries in the environment variable `$CVSIGNORE' is appended
     to the list.

   * Any `-I' options given to CVS is appended.

   * As CVS traverses through your directories, the contents of any
     `.cvsignore' will be appended to the list.  The patterns found in
     `.cvsignore' are only valid for the directory that contains them,
     not for any sub-directories.

--- /tmp/_cvs.old       Thu May 23 00:14:38 2002
+++ /usr/share/zsh/4.0.4/functions/Completion/Unix/_cvs Thu May 23 00:14:41 2002
@@ -964,6 +964,7 @@
       ${=cvsignore}
     )
     [[ -r ~/.cvsignore ]] && omitpats=($omitpats $(<~/.cvsignore))
+    omitpats=($omitpats $CVSIGNORE)
     [[ -r ${realdir}.cvsignore ]] && omitpats=($omitpats $(<${realdir}.cvsignore))
 
     _path_files -g "*~(*/|)(${(j:|:)~omitpats})(D.)"


----- End forwarded message -----


             reply	other threads:[~2002-05-23  6:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-23  6:18 Clint Adams [this message]
2002-05-23 14:11 ` Bart Schaefer
2002-05-25 22:54   ` Clint Adams
2002-05-26  6:41     ` Borsenkow Andrej
2002-05-26 14:37       ` Clint Adams
2002-05-26 16:13         ` Borsenkow Andrej
2002-05-26 16:34           ` Clint Adams
2002-05-26 17:44             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020523061818.GA17828@dman.com \
    --to=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).