reflog_exists     683 builtin/checkout.c 			if (!ref_exists(old->path) && reflog_exists(old->path))
reflog_exists     727 builtin/reflog.c 	return !reflog_exists(argv[start]);
reflog_exists    2372 refs.c         		if (reflog_exists(path))
reflog_exists    2374 refs.c         		else if (strcmp(ref, path) && reflog_exists(ref))
reflog_exists    4589 refs.c         	if (!reflog_exists(refname)) {
reflog_exists     241 refs.h         extern int reflog_exists(const char *refname);