has_sha1_file    3018 builtin/apply.c 	if (has_sha1_file(sha1)) {
has_sha1_file      62 builtin/cat-file.c 		return !has_sha1_file(sha1);
has_sha1_file     582 builtin/clone.c 		if (!has_sha1_file(ref->old_sha1))
has_sha1_file     227 builtin/fetch.c 			if (item && !has_sha1_file(ref->old_sha1) &&
has_sha1_file     229 builtin/fetch.c 			    !has_sha1_file(item->util) &&
has_sha1_file     242 builtin/fetch.c 		if (item && !has_sha1_file(item->util) &&
has_sha1_file     262 builtin/fetch.c 	if (item && !has_sha1_file(item->util) &&
has_sha1_file     123 builtin/fsck.c 		if (parent && !has_sha1_file(obj->sha1)) {
has_sha1_file     199 builtin/fsck.c 		if (connectivity_only && has_sha1_file(obj->sha1))
has_sha1_file     924 builtin/receive-pack.c 	if (!is_null_sha1(new_sha1) && !has_sha1_file(new_sha1)) {
has_sha1_file      87 builtin/reflog.c 		if (!has_sha1_file(entry.sha1) ||
has_sha1_file     413 builtin/remote.c 		else if (has_sha1_file(ref->old_sha1) &&
has_sha1_file     185 builtin/rev-list.c 	if (obj->type == OBJ_BLOB && !has_sha1_file(obj->sha1))
has_sha1_file      73 builtin/show-ref.c 	if (!has_sha1_file(oid->hash))
has_sha1_file     351 builtin/unpack-objects.c 		if (has_sha1_file(base_sha1))
has_sha1_file      69 bulk-checkin.c 	if (has_sha1_file(sha1))
has_sha1_file     230 cache-tree.c   	if (it->entry_count < 0 || !has_sha1_file(it->sha1))
has_sha1_file     258 cache-tree.c   	if (0 <= it->entry_count && has_sha1_file(it->sha1))
has_sha1_file     357 cache-tree.c   		if (mode != S_IFGITLINK && !missing_ok && !has_sha1_file(sha1)) {
has_sha1_file     398 cache-tree.c   		if (has_sha1_file(sha1))
has_sha1_file     602 fetch-pack.c   		if (!has_sha1_file(ref->old_sha1))
has_sha1_file     971 fetch-pack.c   			if (has_sha1_file(sha1[i]))
has_sha1_file    1440 http-push.c    	if (repo->can_update_info_refs && !has_sha1_file(ref->old_sha1)) {
has_sha1_file    1653 http-push.c    		if (!has_sha1_file(head_sha1))
has_sha1_file    1660 http-push.c    		if (!has_sha1_file(remote_ref->old_sha1))
has_sha1_file    1901 http-push.c    			if (!has_sha1_file(ref->old_sha1) ||
has_sha1_file     136 http-walker.c  			if (has_sha1_file(obj_req->sha1))
has_sha1_file     461 http-walker.c  	if (has_sha1_file(obj_req->sha1)) {
has_sha1_file     784 notes.c        	if (has_sha1_file(object_sha1))
has_sha1_file     259 object.c       	    (!obj && has_sha1_file(sha1) &&
has_sha1_file     688 refs.c         	if (!has_sha1_file(entry->u.value.oid.hash)) {
has_sha1_file    1624 remote.c       			else if (!has_sha1_file(ref->old_sha1))
has_sha1_file     109 revision.c     	if (!has_sha1_file(obj->sha1))
has_sha1_file     170 revision.c     			if (!has_sha1_file(commit->object.sha1))
has_sha1_file      43 send-pack.c    	if (negative && !has_sha1_file(sha1))
has_sha1_file    2813 sha1_file.c    	if (has_sha1_file(sha1) || find_cached_object(sha1))
has_sha1_file     379 sha1_name.c    	exists = has_sha1_file(sha1);
has_sha1_file     322 shallow.c      		if (has_sha1_file(sa->sha1[i])) {
has_sha1_file     349 shallow.c      		if (has_sha1_file(sha1[info->theirs[i]]))
has_sha1_file     286 upload-pack.c  	if (!has_sha1_file(sha1))
has_sha1_file     143 walker.c       	if (has_sha1_file(obj->sha1)) {