last check in the "dammit, don't call creator() on a missing repo" series :)
This commit is contained in:
parent
80a234c0f6
commit
878bb3009a
|
@ -113,6 +113,7 @@ sub git_config {
|
||||||
my ( $repo, $key ) = @_;
|
my ( $repo, $key ) = @_;
|
||||||
$key ||= '.';
|
$key ||= '.';
|
||||||
|
|
||||||
|
return {} if repo_missing($repo);
|
||||||
load($repo);
|
load($repo);
|
||||||
|
|
||||||
# read comments bottom up
|
# read comments bottom up
|
||||||
|
|
Loading…
Reference in a new issue