check_repository_format_gently  583 setup.c        	if (check_repository_format_gently(gitdirenv, nongit_ok)) {
check_repository_format_gently  658 setup.c        	if (check_repository_format_gently(gitdir, nongit_ok))
check_repository_format_gently  699 setup.c        	if (check_repository_format_gently(".", nongit_ok))
check_repository_format_gently  991 setup.c        	return check_repository_format_gently(get_git_dir(), NULL);