mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
hook.c
2
hook.c
@@ -39,7 +39,7 @@ const char *find_hook(struct repository *r, const char *name)
|
||||
advise(_("The '%s' hook was ignored because "
|
||||
"it's not set as executable.\n"
|
||||
"You can disable this warning with "
|
||||
"`git config advice.ignoredHook false`."),
|
||||
"`git config set advice.ignoredHook false`."),
|
||||
path.buf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user