diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:23 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:25 -0800 |
| commit | 0543300b594eb1337ce33415997b47594bf29056 (patch) | |
| tree | c1e561fde746478b3fb89d3a2a34898cc4d3cd54 /setup.c | |
| parent | 72d385824a75e1d39b2a4395852dc954907fcc7d (diff) | |
| download | git-0543300b594eb1337ce33415997b47594bf29056.tar.gz | |
setup.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1822,7 +1822,7 @@ const char *setup_git_directory_gently(int *nongit_ok) * * Regardless of the state of nongit_ok, startup_info->prefix and * the GIT_PREFIX environment variable must always match. For details - * see Documentation/config/alias.txt. + * see Documentation/config/alias.adoc. */ if (nongit_ok && *nongit_ok) startup_info->have_repository = 0; |
