X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git.git/blobdiff_plain/82c531b3b6d24040443ba739e150bc06ecc762ea..HEAD:/setup.c diff --git a/setup.c b/setup.c index 5a083fa77..7e0460205 100644 --- a/setup.c +++ b/setup.c @@ -546,6 +546,12 @@ int check_repository_format(void) return check_repository_format_gently(NULL); } +/* + * Returns the "prefix", a path to the current working directory + * relative to the work tree root, or NULL, if the current working + * directory is not a strict subdirectory of the work tree root. The + * prefix always ends with a '/' character. + */ const char *setup_git_directory(void) { const char *retval = setup_git_directory_gently(NULL);