chiark / gitweb /
a fixme
[topbloke.git] / tb-create.pl
index d4c9a7e9751c691abf4165e909c85fdb22b9b0d1..15b22086c5d7bd9f55e06c74da5590183786e74b 100755 (executable)
@@ -41,8 +41,12 @@ 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);
 
 printf "creating %s\n", $newbranch;
+
+setup_config();