Git fork

advice.h: *.txt -> *.adoc fixes

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
d795c65b 97350e18

+1 -1
+1 -1
advice.h
··· 7 7 * To add a new advice, you need to: 8 8 * Define a new advice_type. 9 9 * Add a new entry to advice_setting array. 10 - * Add the new config variable to Documentation/config/advice.txt. 10 + * Add the new config variable to Documentation/config/advice.adoc. 11 11 * Call advise_if_enabled to print your advice. 12 12 */ 13 13 enum advice_type {