mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Meta/topic: allow more than two letters of topic hierarchy name
This commit is contained in:
parent
7c1fe01f0e
commit
c192899ebc
@ -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 = ('.', '?', '-', '+');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user