Meta/topic: allow more than two letters of topic hierarchy name

Junio C Hamano committed Mar 27, 2007 at 15:26 UTC c192899ebc9cafbc46b46446018101c6c06e212f
1 file changed +1 -1
git-topic.perl
+1 -1
@@ -6,7 +6,7 @@
6 use strict;
7 use Getopt::Long;
8
9 -my $topic_pattern = '??/*';
9 +my $topic_pattern = '??*/*';
10 my $base = 'next';
11 my @stage = qw(next pu);
12 my @mark = ('.', '?', '-', '+');