SYNOPSIS
use Config::GitLike::Git;
my $config = Config::GitLike::Git->new;
$config->load("/path/to/repo");
DESCRIPTION
This is a modification of Config::GitLike to look at the same locations that Git writes to. Unlike with Config::GitLike, you do not need to pass a confname to its constructor. This module also enables the Config::GitLike option to maintain git compatibility when reading and writing variables.``load'' in Config::GitLike should be passed path to the top level of a git repository --- this defaults to the current directory. It will append ".git" as necessary. It supports both bare and non-bare repositories.