From: Todd Zullinger Date: Mon, 3 Mar 2025 20:44:10 +0000 (-0500) Subject: advice.h: *.txt -> *.adoc fixes X-Git-Tag: v2.49.0-rc2~4^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d795c65b3a29dca33991c441a9951fb9dd14eead;p=thirdparty%2Fgit.git advice.h: *.txt -> *.adoc fixes Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- diff --git a/advice.h b/advice.h index cf2284ec43..d233cfc693 100644 --- a/advice.h +++ b/advice.h @@ -7,7 +7,7 @@ struct string_list; * To add a new advice, you need to: * Define a new advice_type. * Add a new entry to advice_setting array. - * Add the new config variable to Documentation/config/advice.txt. + * Add the new config variable to Documentation/config/advice.adoc. * Call advise_if_enabled to print your advice. */ enum advice_type {