public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Legler" <a3li@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ag:master commit in: /
Date: Sat, 21 Feb 2015 18:57:35 +0000 (UTC)	[thread overview]
Message-ID: <1424545041.a1b4b01141a6990c03007b69cb62e3c9ca93f245.a3li@gentoo> (raw)

commit:     a1b4b01141a6990c03007b69cb62e3c9ca93f245
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Feb 21 18:57:21 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 18:57:21 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=a1b4b011

Allow 0-9 in list names

---
 ag | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ag b/ag
index c8371db..20fce8f 100755
--- a/ag
+++ b/ag
@@ -53,10 +53,10 @@ op = OptionParser.new do |opts|
   end
 
   opts.on('--list NAME', 'Name of the mailing list to work with') do |name|
-    if name =~ /^[a-zA-Z-]+$/
+    if name =~ /^[0-9a-zA-Z-]+$/
       $options.name = name
     else
-      abort 'List name can only consist of letters and hyphens.'
+      abort 'List name can only consist of letters, numbers and hyphens.'
     end
   end
 


             reply	other threads:[~2015-02-21 18:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-21 18:57 Alex Legler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-21 21:45 [gentoo-commits] proj/ag:master commit in: / Robin H. Johnson
2015-02-21 21:52 Robin H. Johnson
2015-02-21 21:52 Robin H. Johnson
2015-02-21 21:52 Robin H. Johnson
2015-02-21 21:59 Alex Legler
2015-02-23 20:59 Alex Legler
2015-02-23 20:59 Alex Legler
2015-02-23 21:05 Alex Legler
2015-02-23 22:45 Robin H. Johnson
2015-02-23 22:48 Robin H. Johnson
2015-02-23 23:55 Alex Legler
2015-02-24  2:02 Robin H. Johnson
2015-02-24  2:17 Robin H. Johnson
2015-02-24  2:18 Robin H. Johnson
2015-02-24  2:46 Robin H. Johnson
2015-02-24  2:47 Robin H. Johnson
2015-02-24  2:57 Robin H. Johnson
2015-02-24  3:05 Robin H. Johnson
2015-02-24  4:21 Robin H. Johnson
2015-02-24  4:21 Robin H. Johnson
2015-02-25 23:40 Robin H. Johnson
2015-02-25 23:40 Robin H. Johnson
2015-02-25 23:40 Robin H. Johnson
2015-02-25 23:48 Robin H. Johnson
2015-02-25 23:54 Robin H. Johnson
2015-02-25 23:57 Robin H. Johnson
2015-02-26  0:00 Robin H. Johnson
2015-03-04 14:38 Alex Legler
2015-03-04 14:38 git@oystercatcher mirror+tproxy
2015-03-04 15:12 Alex Legler
2015-03-07 20:55 Alex Legler
2015-03-07 21:06 Alex Legler

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=1424545041.a1b4b01141a6990c03007b69cb62e3c9ca93f245.a3li@gentoo \
    --to=a3li@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox