mirror of
https://github.com/git/git.git
synced 2025-12-23 12:14:22 +01:00
Meta/topic: allow more than two letters of topic hierarchy name
This commit is contained in:
@@ -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 = ('.', '?', '-', '+');
|
||||
|
||||
Reference in New Issue
Block a user