mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
advice.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
97350e18e2
commit
d795c65b3a
2
advice.h
2
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 {
|
||||
|
||||
Reference in New Issue
Block a user