last check in the "dammit, don't call creator() on a missing repo" series :)

This commit is contained in:
Sitaram Chamarty 2012-03-21 07:01:42 +05:30
parent 80a234c0f6
commit 878bb3009a

View file

@ -113,6 +113,7 @@ sub git_config {
my ( $repo, $key ) = @_;
$key ||= '.';
return {} if repo_missing($repo);
load($repo);
# read comments bottom up