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

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Todd Zullinger 2025-03-03 15:44:30 -05:00 committed by Junio C Hamano
parent 15db9a895d
commit ee00ef41f2
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ struct transport *transport_get(struct remote *, const char *);
* Check whether a transport is allowed by the environment.
*
* Type should generally be the URL scheme, as described in
* Documentation/git.txt
* Documentation/git.adoc
*
* from_user specifies if the transport was given by the user. If unknown pass
* a -1 to read from the environment to determine if the transport was given by