We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ebd16 commit af94769Copy full SHA for af94769
cook
@@ -205,7 +205,7 @@ sub get_commit {
205
my $fh;
206
open($fh, '-|',
207
qw(git for-each-ref),
208
- "--format=%(refname:short) %(committerdate:iso8601)",
+ "--format=%(refname:short) %(authordate:format-local:%Y-%m-%d)",
209
"refs/heads/??/*")
210
or die "$!: open for-each-ref";
211
my @topic;
@@ -840,7 +840,7 @@ sub wildo_queue {
840
for ($in_section) {
841
return if (/^Graduated to/ || /^Discarded$/);
842
}
843
- my $action = $topic->[6] || "Under discussion.";
+ my $action = $topic->[6] || "Unclassified.";
844
if (!exists $what->{$action}) {
845
$what->{$action} = [];
846
0 commit comments