read_gitfile_gently 165 builtin/clean.c if (read_gitfile_gently(path->buf, &gitfile_error) || is_git_directory(path->buf)) read_gitfile_gently 460 cache.h extern const char *read_gitfile_gently(const char *path, int *return_error_code); read_gitfile_gently 461 cache.h #define read_gitfile(path) read_gitfile_gently((path), NULL)