From 3f2fe818215b4c83293645aea47ed879c5ae1f08 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 21 Jan 2012 11:46:43 +0000 Subject: [PATCH] a fixme --- tb-create.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tb-create.pl b/tb-create.pl index f0bd563..15b2208 100755 --- a/tb-create.pl +++ b/tb-create.pl @@ -41,6 +41,8 @@ if (!defined $spec->{Date}) { length($spec->{Date})==18 or die "partial date specified, not supported\n"; +fixme check foreign base branch for unwanted topbloke files + my $newbranch = "$spec->{Email}\@$spec->{Domain}/$spec->{Date}/$spec->{Nick}"; $newbranch = run_git_1line(qw(check-ref-format --print), $newbranch); -- 2.30.2