diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-07 03:42:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-07 03:42:12 +0200 |
commit | 624016114ed96ebdbd896c51d68f15790d834042 (patch) | |
tree | 6279adff5d9777b69fd91d90d45969327f5a312d /setup.c | |
parent | git svn: fix empty directory creation (diff) | |
parent | setup: document prefix (diff) | |
download | git-624016114ed96ebdbd896c51d68f15790d834042.tar.xz git-624016114ed96ebdbd896c51d68f15790d834042.zip |
Merge branch 'maint'
* maint:
setup: document prefix
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); |