diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:10 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:21 -0800 |
| commit | d795c65b3a29dca33991c441a9951fb9dd14eead (patch) | |
| tree | 1286ab709dc70d71e1eba53bf7ff21f5f3b420f1 | |
| parent | 97350e18e2fc2e753e34df4ee8c1107457aa0a91 (diff) | |
advice.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | advice.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
