Merge branch 'bf/explicit-config-set-in-advice-messages'
The advice messages now tell the newer 'git config set' command to set the advice.token configuration variable to squelch a message. * bf/explicit-config-set-in-advice-messages: advice: suggest using subcommand "git config set"
This commit is contained in:
2
commit.c
2
commit.c
@ -276,7 +276,7 @@ static int read_graft_file(struct repository *r, const char *graft_file)
|
||||
"to convert the grafts into replace refs.\n"
|
||||
"\n"
|
||||
"Turn this message off by running\n"
|
||||
"\"git config advice.graftFileDeprecated false\""));
|
||||
"\"git config set advice.graftFileDeprecated false\""));
|
||||
while (!strbuf_getwholeline(&buf, fp, '\n')) {
|
||||
/* The format is just "Commit Parent1 Parent2 ...\n" */
|
||||
struct commit_graft *graft = read_graft_line(&buf);
|
||||
|
Reference in New Issue
Block a user