FETCH_HEAD_IGNORE 393 builtin/fetch.c rm->fetch_head_status = FETCH_HEAD_IGNORE; FETCH_HEAD_IGNORE 619 builtin/fetch.c want_status <= FETCH_HEAD_IGNORE; FETCH_HEAD_IGNORE 790 remote.c if (ref1->fetch_head_status != FETCH_HEAD_IGNORE && FETCH_HEAD_IGNORE 791 remote.c ref2->fetch_head_status != FETCH_HEAD_IGNORE) { FETCH_HEAD_IGNORE 794 remote.c } else if (ref1->fetch_head_status != FETCH_HEAD_IGNORE && FETCH_HEAD_IGNORE 795 remote.c ref2->fetch_head_status == FETCH_HEAD_IGNORE) { FETCH_HEAD_IGNORE 798 remote.c } else if (ref1->fetch_head_status == FETCH_HEAD_IGNORE && FETCH_HEAD_IGNORE 799 remote.c ref2->fetch_head_status == FETCH_HEAD_IGNORE) {