X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup.c;h=7e0460205dc1d15007849f367d21e999f2da044c;hb=1a5296cb92691c5656bbc6aacaf49ca31b1ee8c0;hp=5a083fa77dda016d0f3f511787ebf771aaf1be08;hpb=225c93a3cac93e8c619e5c8af47d2a781eedcacd;p=git.git 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);