diff options
Diffstat (limited to 'setup.h')
| -rw-r--r-- | setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ int verify_repository_format(const struct repository_format *format, struct strbuf *err); /* - * Check the repository format version in the path found in get_git_dir(), + * Check the repository format version in the path found in repo_get_git_dir(the_repository), * and die if it is a version we don't understand. Generally one would * set_git_dir() before calling this, and use it only for "are we in a valid * repo?". |
