setup.c: *.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
72d385824a
commit
0543300b59
2
setup.c
2
setup.c
@ -1822,7 +1822,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
|
|||||||
*
|
*
|
||||||
* Regardless of the state of nongit_ok, startup_info->prefix and
|
* Regardless of the state of nongit_ok, startup_info->prefix and
|
||||||
* the GIT_PREFIX environment variable must always match. For details
|
* 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)
|
if (nongit_ok && *nongit_ok)
|
||||||
startup_info->have_repository = 0;
|
startup_info->have_repository = 0;
|
||||||
|
Reference in New Issue
Block a user