Skip to content

Commit 0543300

Browse files
tmzullingergitster
authored andcommitted
setup.c: *.txt -> *.adoc fixes
Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 72d3858 commit 0543300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
18221822
*
18231823
* Regardless of the state of nongit_ok, startup_info->prefix and
18241824
* the GIT_PREFIX environment variable must always match. For details
1825-
* see Documentation/config/alias.txt.
1825+
* see Documentation/config/alias.adoc.
18261826
*/
18271827
if (nongit_ok && *nongit_ok)
18281828
startup_info->have_repository = 0;

0 commit comments

Comments
 (0)