GitRepository: allow repo inititialization from subdir
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 5 Jun 2012 11:55:19 +0000 (14:55 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 09:39:42 +0000 (17:39 +0800)
This allows initialization of a GitRepository object, even if the
current working directory (or path given to GitRepository) is not the
top level directory of the git repository.

Don't guess the git meta data dir, but, take it as reported by git
itself.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>

No differences found