zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Cc: 238843-forwarded@bugs.debian.org
Subject: [weasel@debian.org: Bug#238843: zsh: cvs tags may include + sign]
Date: Mon, 22 Mar 2004 18:50:51 -0500	[thread overview]
Message-ID: <20040322235051.GA30502@scowler.net> (raw)

Committing this.

----- Forwarded message from Peter Palfrader <weasel@debian.org> -----

Date: Fri, 19 Mar 2004 12:36:47 +0100
From: Peter Palfrader <weasel@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#238843: zsh: cvs tags may include + sign

Package: zsh
Version: 4.1.1-11
Severity: minor
Tags: patch

Hi,

cvs tag files may include plus signs, the regex however filters those
away.


--- /usr/share/zsh/4.1.1/functions/Completion/Unix/_cvs	2004-03-19 12:34:49.000000000 +0100
+++ _cvs	2004-03-19 12:34:47.000000000 +0100
@@ -794,7 +794,7 @@
       _cvs_revisions_cache=(
 	$(CVS_IGNORE_REMOTE_ROOT= _call_program tags cvs -d "$cvsroot" -q status -vl .|
 	  sed -n -e '/No Tags Exist/d' \
-		 -e 's/^	\([A-Za-z][-_0-9A-Za-z]*\).*/\1/p'|
+		 -e 's/^	\([A-Za-z][-_0-9A-Za-z+]*\).*/\1/p'|
 	  sort|uniq)
       )
     else

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


                 reply	other threads:[~2004-03-22 23:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040322235051.GA30502@scowler.net \
    --to=clint@zsh.org \
    --cc=238843-forwarded@bugs.debian.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).