Home
last modified time | relevance | path

Searched refs:apply_with_reject (Results 1 – 12 of 12) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c135 if (state->apply_with_reject && state->threeway) in check_apply_state()
142 if (state->apply_with_reject) { in check_apply_state()
3231 if (!state->apply_with_reject) in apply_fragments()
4786 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4800 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5070 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c135 if (state->apply_with_reject && state->threeway) in check_apply_state()
142 if (state->apply_with_reject) { in check_apply_state()
3231 if (!state->apply_with_reject) in apply_fragments()
4786 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4800 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5070 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()
/dports/devel/git/git-2.34.1/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c135 if (state->apply_with_reject && state->threeway) in check_apply_state()
142 if (state->apply_with_reject) { in check_apply_state()
3231 if (!state->apply_with_reject) in apply_fragments()
4786 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4800 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5070 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c135 if (state->apply_with_reject && state->threeway) in check_apply_state()
142 if (state->apply_with_reject) { in check_apply_state()
3231 if (!state->apply_with_reject) in apply_fragments()
4786 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4800 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5070 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c135 if (state->apply_with_reject && state->threeway) in check_apply_state()
142 if (state->apply_with_reject) { in check_apply_state()
3231 if (!state->apply_with_reject) in apply_fragments()
4786 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4800 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5070 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.h64 int apply_with_reject; member
H A Dapply.c134 if (state->apply_with_reject && state->threeway) in check_apply_state()
143 if (state->apply_with_reject) { in check_apply_state()
3229 if (!state->apply_with_reject) in apply_fragments()
4735 if (r < 0 && !state->apply_with_reject) { in apply_patch()
4749 res = state->apply_with_reject ? -1 : 1; in apply_patch()
5019 OPT_BOOL(0, "reject", &state->apply_with_reject, in apply_parse_options()