checkout_stage     15 builtin/checkout-index.c static int checkout_stage; /* default to checkout stage0 */
checkout_stage     25 builtin/checkout-index.c 	if (CHECKOUT_ALL == checkout_stage) {
checkout_stage     35 builtin/checkout-index.c 		fputs(topath[checkout_stage], stdout);
checkout_stage     63 builtin/checkout-index.c 		if (ce_stage(ce) != checkout_stage
checkout_stage     64 builtin/checkout-index.c 		    && (CHECKOUT_ALL != checkout_stage || !ce_stage(ce)))
checkout_stage     82 builtin/checkout-index.c 		else if (checkout_stage)
checkout_stage     84 builtin/checkout-index.c 				checkout_stage);
checkout_stage     99 builtin/checkout-index.c 		if (ce_stage(ce) != checkout_stage
checkout_stage    100 builtin/checkout-index.c 		    && (CHECKOUT_ALL != checkout_stage || !ce_stage(ce)))
checkout_stage    167 builtin/checkout-index.c 		checkout_stage = CHECKOUT_ALL;
checkout_stage    171 builtin/checkout-index.c 			checkout_stage = arg[0] - '0';
checkout_stage    367 builtin/checkout.c 				errs |= checkout_stage(opts->writeout_stage, ce, pos, &state);