DO_FLAGS 168 builtin/rev-parse.c if (!(filter & DO_FLAGS)) DO_FLAGS 218 builtin/rev-parse.c if ((filter & (DO_FLAGS | DO_REVS)) != (DO_FLAGS | DO_REVS)) DO_FLAGS 554 builtin/rev-parse.c if ((filter & DO_FLAGS) && (filter & DO_REVS)) { DO_FLAGS 561 builtin/rev-parse.c if ((filter & DO_FLAGS) && (filter & DO_REVS)) DO_FLAGS 570 builtin/rev-parse.c if (filter & (DO_FLAGS | DO_REVS)) DO_FLAGS 601 builtin/rev-parse.c filter &= ~DO_FLAGS; DO_FLAGS 605 builtin/rev-parse.c filter &= ~(DO_FLAGS|DO_NOREV); DO_FLAGS 616 builtin/rev-parse.c filter &= ~(DO_FLAGS|DO_NOREV);