Home
last modified time | relevance | path

Searched refs:apply_in_reverse (Results 1 – 13 of 13) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1693 if (!state->apply_in_reverse && in parse_fragment()
1698 if (!state->apply_in_reverse) in parse_fragment()
1700 if (state->apply_in_reverse && in parse_fragment()
1708 if (state->apply_in_reverse) in parse_fragment()
1710 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4725 if (state->apply_in_reverse) in apply_patch()
4729 if (!list || !state->apply_in_reverse) { in apply_patch()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1693 if (!state->apply_in_reverse && in parse_fragment()
1698 if (!state->apply_in_reverse) in parse_fragment()
1700 if (state->apply_in_reverse && in parse_fragment()
1708 if (state->apply_in_reverse) in parse_fragment()
1710 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4725 if (state->apply_in_reverse) in apply_patch()
4729 if (!list || !state->apply_in_reverse) { in apply_patch()
[all …]
/dports/devel/git/git-2.34.1/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1693 if (!state->apply_in_reverse && in parse_fragment()
1698 if (!state->apply_in_reverse) in parse_fragment()
1700 if (state->apply_in_reverse && in parse_fragment()
1708 if (state->apply_in_reverse) in parse_fragment()
1710 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4725 if (state->apply_in_reverse) in apply_patch()
4729 if (!list || !state->apply_in_reverse) { in apply_patch()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1693 if (!state->apply_in_reverse && in parse_fragment()
1698 if (!state->apply_in_reverse) in parse_fragment()
1700 if (state->apply_in_reverse && in parse_fragment()
1708 if (state->apply_in_reverse) in parse_fragment()
1710 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4725 if (state->apply_in_reverse) in apply_patch()
4729 if (!list || !state->apply_in_reverse) { in apply_patch()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1693 if (!state->apply_in_reverse && in parse_fragment()
1698 if (!state->apply_in_reverse) in parse_fragment()
1700 if (state->apply_in_reverse && in parse_fragment()
1708 if (state->apply_in_reverse) in parse_fragment()
1710 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4725 if (state->apply_in_reverse) in apply_patch()
4729 if (!list || !state->apply_in_reverse) { in apply_patch()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.h63 int apply_in_reverse; member
H A Dapply.c1694 if (!state->apply_in_reverse && in parse_fragment()
1699 if (!state->apply_in_reverse) in parse_fragment()
1701 if (state->apply_in_reverse && in parse_fragment()
1709 if (state->apply_in_reverse) in parse_fragment()
1711 if (!state->apply_in_reverse && in parse_fragment()
2878 if (state->apply_in_reverse) { in apply_one_fragment()
3054 if (state->apply_in_reverse) in apply_one_fragment()
3103 if (state->apply_in_reverse) { in apply_binary_fragment()
4679 if (state->apply_in_reverse) in apply_patch()
5015 OPT_BOOL('R', "reverse", &state->apply_in_reverse, in apply_parse_options()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dapply-changeset.c102 static int run_patch (int apply_in_reverse,
2645 run_patch (int apply_in_reverse, in run_patch() argument
2704 if (apply_in_reverse) in run_patch()