Skip to content

Commit c192899

Browse files
author
Junio C Hamano
committed
Meta/topic: allow more than two letters of topic hierarchy name
1 parent 7c1fe01 commit c192899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-topic.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use strict;
77
use Getopt::Long;
88

9-
my $topic_pattern = '??/*';
9+
my $topic_pattern = '??*/*';
1010
my $base = 'next';
1111
my @stage = qw(next pu);
1212
my @mark = ('.', '?', '-', '+');

0 commit comments

Comments
 (0)