REACHABLE 119 builtin/fsck.c if (obj->flags & REACHABLE) REACHABLE 121 builtin/fsck.c obj->flags |= REACHABLE; REACHABLE 284 builtin/fsck.c if (obj->flags & REACHABLE) REACHABLE 227 builtin/reflog.c pending->item->object.flags &= ~REACHABLE; REACHABLE 236 builtin/reflog.c if (commit->object.flags & REACHABLE) REACHABLE 240 builtin/reflog.c commit->object.flags |= REACHABLE; REACHABLE 245 builtin/reflog.c commit->object.flags |= REACHABLE; REACHABLE 250 builtin/reflog.c if (commit->object.flags & REACHABLE) REACHABLE 276 builtin/reflog.c if (commit->object.flags & REACHABLE) REACHABLE 284 builtin/reflog.c return !(commit->object.flags & REACHABLE); REACHABLE 377 builtin/reflog.c clear_commit_marks(elem->item, REACHABLE); REACHABLE 380 builtin/reflog.c clear_commit_marks(cb->tip_commit, REACHABLE); REACHABLE 330 upload-pack.c if (commit->object.flags & REACHABLE) REACHABLE 332 upload-pack.c commit->object.flags |= REACHABLE; REACHABLE 337 upload-pack.c if (!(parent->object.flags & REACHABLE)) REACHABLE 341 upload-pack.c want->object.flags |= REACHABLE; REACHABLE 342 upload-pack.c clear_commit_marks(want, REACHABLE);