Skip to content

Commit 52f6938

Browse files
committed
fixup??? survey: stub in new experimental 'git-survey' command
The `git_config()` function is no more. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b1d17dd commit 52f6938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/survey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ static int survey_load_config_cb(const char *var, const char *value,
560560

561561
static void survey_load_config(struct survey_context *ctx)
562562
{
563-
git_config(survey_load_config_cb, ctx);
563+
repo_config(the_repository, survey_load_config_cb, ctx);
564564
}
565565

566566
static void do_load_refs(struct survey_context *ctx,

0 commit comments

Comments
 (0)