]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-topic.perl
What's cooking (2024/05 #10)
[thirdparty/git.git] / git-topic.perl
index 7c241e54d9d53cf52b5543951eb03ce349ba6870..7adc243e82c2e9ba3cda7804fa470ac7cb5dcc00 100755 (executable)
@@ -8,7 +8,7 @@ use Getopt::Long;
 
 my $topic_pattern = '??*/*';
 my $base = 'next';
-my @stage = qw(next pu);
+my @stage = qw(next seen);
 my @mark = ('.', '?', '-', '+');
 my $all = 0;
 my $merges = 0;