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
index 4a89e24acd..40e16d3475 100755
--- a/git-topic.perl
+++ b/git-topic.perl
@@ -6,7 +6,7 @@
use strict;
use Getopt::Long;
-my $topic_pattern = '??/*';
+my $topic_pattern = '??*/*';
my $base = 'next';
my @stage = qw(next pu);
my @mark = ('.', '?', '-', '+');