chiark / gitweb /
wip, can do attribs setup
[topbloke.git] / tb-create.pl
index d4c9a7e9751c691abf4165e909c85fdb22b9b0d1..f0bd5635128f1a79cc3cfda8fe185770610579a3 100755 (executable)
@@ -46,3 +46,5 @@ 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();