aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-03 15:44:30 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-03 13:49:27 -0800
commitee00ef41f269bda33370acbacb41f5ca9a200a9b (patch)
tree884e220b326b3aa2ca51829f8cb06759019802db
parent15db9a895d36a29eac2061ec31eba5e9628b4a5b (diff)
downloadgit-ee00ef41f269bda33370acbacb41f5ca9a200a9b.tar.gz
transport.h: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport.h b/transport.h
index 44100fa9b7..892f19454a 100644
--- a/transport.h
+++ b/transport.h
@@ -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