STALE 776 commit.c static const unsigned all_flags = (PARENT1 | PARENT2 | STALE | RESULT); STALE 783 commit.c if (!(commit->object.flags & STALE)) STALE 813 commit.c flags = commit->object.flags & (PARENT1 | PARENT2 | STALE); STALE 820 commit.c flags |= STALE; STALE 865 commit.c if (!(list->item->object.flags & STALE)) STALE 1077 commit.c p->item->object.flags &= ~STALE; STALE 1079 commit.c if (p->item->object.flags & STALE) STALE 1081 commit.c p->item->object.flags |= STALE; STALE 1086 commit.c if (p->item->object.flags & STALE) { STALE 1088 commit.c p->item->object.flags &= ~STALE;