read_ref_full     377 builtin/checkout.c 	read_ref_full("HEAD", 0, rev, &flag);
read_ref_full    1119 builtin/checkout.c 		if (!read_ref_full("HEAD", 0, rev, &flag) &&
read_ref_full     703 builtin/remote.c 		read_ref_full(item->string, RESOLVE_REF_READING, oid.hash, &flag);
read_ref_full     333 bundle.c       		if (read_ref_full(e->name, RESOLVE_REF_READING, sha1, &flag))
read_ref_full     553 notes-merge.c  	if (read_ref_full(o->local_ref, 0, local_sha1, NULL))
read_ref_full    1403 refs.c         				read_ok = !read_ref_full(refname.buf,
read_ref_full    1789 refs.c         	return read_ref_full(refname, RESOLVE_REF_READING, sha1, NULL);
read_ref_full    1909 refs.c         	if (read_ref_full(refname, RESOLVE_REF_READING, base, &flag))
read_ref_full    2080 refs.c         	if (!read_ref_full("HEAD", RESOLVE_REF_READING, oid.hash, &flag))
read_ref_full    2161 refs.c         	if (!read_ref_full(buf.buf, RESOLVE_REF_READING, oid.hash, &flag))
read_ref_full    2274 refs.c         	if (read_ref_full(lock->ref_name,
read_ref_full    3140 refs.c         	if (!read_ref_full(newrefname, RESOLVE_REF_READING, sha1, NULL) &&
read_ref_full    3880 refs.c         				if (read_ref_full(name->buf, 0, oid.hash, NULL))
read_ref_full      61 refs.h         extern int read_ref_full(const char *refname, int resolve_flags,
read_ref_full     864 sequencer.c    	if (read_ref_full("HEAD", 0, head_sha1, NULL))