Home
last modified time | relevance | path

Searched refs:diff_opts (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/devel/libgit2/libgit2-1.3.0/tests/apply/
H A Dpartial.c81 const git_diff_options *diff_opts, in apply_buf() argument
124 diff_opts.context_lines = 0; in test_apply_partial__prepend_and_change_nocontext_skip_addition()
135 diff_opts.context_lines = 0; in test_apply_partial__prepend_and_change_nocontext_abort_addition()
154 diff_opts.context_lines = 0; in test_apply_partial__prepend_and_change_nocontext_skip_change()
159 FILE_PREPEND, &diff_opts, skip_change, NULL)); in test_apply_partial__prepend_and_change_nocontext_skip_change()
165 diff_opts.context_lines = 0; in test_apply_partial__prepend_and_change_nocontext_abort_change()
170 FILE_PREPEND, &diff_opts, abort_change, NULL)); in test_apply_partial__prepend_and_change_nocontext_abort_change()
184 diff_opts.context_lines = 0; in test_apply_partial__delete_and_change_nocontext_skip_deletion()
195 diff_opts.context_lines = 0; in test_apply_partial__delete_and_change_nocontext_abort_deletion()
214 diff_opts.context_lines = 0; in test_apply_partial__delete_and_change_nocontext_skip_change()
[all …]
H A Dfromdiff.c30 const git_diff_options *diff_opts) in apply_gitbuf() argument
44 diff_opts)); in apply_gitbuf()
78 const git_diff_options *diff_opts) in apply_buf() argument
108 git_diff_options diff_opts = GIT_DIFF_OPTIONS_INIT; in test_apply_fromdiff__change_middle_nocontext() local
109 diff_opts.context_lines = 0; in test_apply_fromdiff__change_middle_nocontext()
135 git_diff_options diff_opts = GIT_DIFF_OPTIONS_INIT; in test_apply_fromdiff__change_middle_and_lastline_nocontext() local
136 diff_opts.context_lines = 0; in test_apply_fromdiff__change_middle_and_lastline_nocontext()
155 diff_opts.context_lines = 0; in test_apply_fromdiff__prepend_nocontext()
174 diff_opts.context_lines = 0; in test_apply_fromdiff__prepend_and_change_nocontext()
193 diff_opts.context_lines = 0; in test_apply_fromdiff__delete_and_change_nocontext()
[all …]
H A Dfromfile.c66 const git_diff_options *diff_opts, in validate_and_apply_patchfile() argument
77 diff_opts)); in validate_and_apply_patchfile()
101 git_diff_options diff_opts = GIT_DIFF_OPTIONS_INIT; in test_apply_fromfile__change_middle_nocontext() local
102 diff_opts.context_lines = 0; in test_apply_fromfile__change_middle_nocontext()
108 &diff_opts, "file.txt", 0100644)); in test_apply_fromfile__change_middle_nocontext()
142 diff_opts.context_lines = 0; in test_apply_fromfile__change_middle_shrink_nocontext()
163 diff_opts.context_lines = 0; in test_apply_fromfile__change_middle_grow_nocontext()
183 diff_opts.context_lines = 0; in test_apply_fromfile__prepend_nocontext()
188 PATCH_ORIGINAL_TO_PREPEND_NOCONTEXT, &diff_opts, in test_apply_fromfile__prepend_nocontext()
203 diff_opts.context_lines = 0; in test_apply_fromfile__append_nocontext()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_diff/
H A Ddiff-diff3-test.c526 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
541 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
573 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
607 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
704 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
717 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
1150 diff_opts, in test_three_way_merge_no_overlap()
1222 diff_opts->ignore_eol_style = TRUE; in test_three_way_merge_no_overlap()
1245 diff_opts, in test_three_way_merge_no_overlap()
1249 diff_opts->ignore_eol_style = FALSE; in test_three_way_merge_no_overlap()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_diff/
H A Ddiff-diff3-test.c526 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
541 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
573 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
607 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
704 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
717 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
1150 diff_opts, in test_three_way_merge_no_overlap()
1222 diff_opts->ignore_eol_style = TRUE; in test_three_way_merge_no_overlap()
1245 diff_opts, in test_three_way_merge_no_overlap()
1249 diff_opts->ignore_eol_style = FALSE; in test_three_way_merge_no_overlap()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_diff/
H A Ddiff-diff3-test.c526 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
541 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
573 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
607 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
704 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
717 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
1150 diff_opts, in test_three_way_merge_no_overlap()
1222 diff_opts->ignore_eol_style = TRUE; in test_three_way_merge_no_overlap()
1245 diff_opts, in test_three_way_merge_no_overlap()
1249 diff_opts->ignore_eol_style = FALSE; in test_three_way_merge_no_overlap()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_diff/
H A Ddiff-diff3-test.c526 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
541 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
573 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
607 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
704 diff_opts->ignore_eol_style = TRUE; in test_two_way_unified()
717 diff_opts->ignore_eol_style = FALSE; in test_two_way_unified()
1150 diff_opts, in test_three_way_merge_no_overlap()
1222 diff_opts->ignore_eol_style = TRUE; in test_three_way_merge_no_overlap()
1245 diff_opts, in test_three_way_merge_no_overlap()
1249 diff_opts->ignore_eol_style = FALSE; in test_three_way_merge_no_overlap()
[all …]
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmodelsdiffhelper.cpp44 diff_opts[OptKeepClusterObjs]=true; in ModelsDiffHelper()
45 diff_opts[OptCascadeMode]=true; in ModelsDiffHelper()
46 diff_opts[OptTruncateTables]=false; in ModelsDiffHelper()
47 diff_opts[OptForceRecreation]=true; in ModelsDiffHelper()
49 diff_opts[OptKeepObjectPerms]=true; in ModelsDiffHelper()
50 diff_opts[OptReuseSequences]=true; in ModelsDiffHelper()
51 diff_opts[OptPreserveDbName]=true; in ModelsDiffHelper()
67 diff_opts[opt_id]=value & !diff_opts[OptDropMissingColsConstr]; in setDiffOption()
69 diff_opts[opt_id]=value; in setDiffOption()
635 if((!diff_opts[OptForceRecreation] || diff_opts[OptRecreateUnmodifiable]) && in generateDiffInfo()
[all …]
/dports/devel/bison/bison-3.7.6/examples/
H A Dtest40 diff_opts=
42 diff_opts=--strip-trailing-cr
44 echo "checking for diff --strip-trailing-cr... $diff_opts"
141 if diff $diff_opts eff exp >/dev/null 2>&1; then
152 diff $diff_opts -u exp eff | sed -e 's/^/ /'
/dports/net/samba412/samba-4.12.15/ctdb/tools/
H A Dctdb_diagnostics22 diff_opts=
38 -c) diff_opts="${diff_opts} -I ^#.*" ; shift ;;
39 -w) diff_opts="${diff_opts} -w" ; shift ;;
155 diff $diff_opts "$fstf" "$tmpf" >/dev/null 2>&1 || {
157 diff -u $diff_opts "$fstf" "$tmpf"
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-diff.c125 t_uchar ** diff_opts = 0; in arch_cmd_diff() local
252 diff_opts = lim_realloc (0, diff_opts, (diff_opt_count + 1) * sizeof (diff_opts[0])); in arch_cmd_diff()
253 diff_opts[diff_opt_count - 1] = str_save (0, option->arg_string); in arch_cmd_diff()
254 diff_opts[diff_opt_count] = 0; in arch_cmd_diff()
485 … arch_print_changeset_custom_diffs (1, &report, orig_tree, tree_root, diff_opts, escape_classes); in arch_cmd_diff()
502 lim_free (0, diff_opts[i]); in arch_cmd_diff()
504 lim_free (0, diff_opts); in arch_cmd_diff()
/dports/devel/git-gui/git-2.34.1/
H A Dtree-diff.c586 struct diff_options diff_opts; in try_to_follow_renames() local
614 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
615 diff_opts.flags.recursive = 1; in try_to_follow_renames()
616 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
617 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
619 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
620 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
621 diff_setup_done(&diff_opts); in try_to_follow_renames()
622 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
623 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
H A Dblame.c1341 diff_opts.detect_rename = 0; in find_origin()
1349 diff_setup_done(&diff_opts); in find_origin()
1363 "", &diff_opts); in find_origin()
1365 diffcore_std(&diff_opts); in find_origin()
1405 diff_flush(&diff_opts); in find_origin()
1435 "", &diff_opts); in find_rename()
1436 diffcore_std(&diff_opts); in find_rename()
1449 diff_flush(&diff_opts); in find_rename()
2272 "", &diff_opts); in find_copy_in_parent()
2275 diffcore_std(&diff_opts); in find_copy_in_parent()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dtree-diff.c586 struct diff_options diff_opts; in try_to_follow_renames() local
614 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
615 diff_opts.flags.recursive = 1; in try_to_follow_renames()
616 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
617 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
619 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
620 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
621 diff_setup_done(&diff_opts); in try_to_follow_renames()
622 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
623 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
H A Dblame.c1341 diff_opts.detect_rename = 0; in find_origin()
1349 diff_setup_done(&diff_opts); in find_origin()
1363 "", &diff_opts); in find_origin()
1365 diffcore_std(&diff_opts); in find_origin()
1405 diff_flush(&diff_opts); in find_origin()
1435 "", &diff_opts); in find_rename()
1436 diffcore_std(&diff_opts); in find_rename()
1449 diff_flush(&diff_opts); in find_rename()
2272 "", &diff_opts); in find_copy_in_parent()
2275 diffcore_std(&diff_opts); in find_copy_in_parent()
[all …]
/dports/devel/git/git-2.34.1/
H A Dtree-diff.c586 struct diff_options diff_opts; in try_to_follow_renames() local
614 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
615 diff_opts.flags.recursive = 1; in try_to_follow_renames()
616 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
617 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
619 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
620 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
621 diff_setup_done(&diff_opts); in try_to_follow_renames()
622 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
623 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dtree-diff.c586 struct diff_options diff_opts; in try_to_follow_renames() local
614 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
615 diff_opts.flags.recursive = 1; in try_to_follow_renames()
616 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
617 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
619 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
620 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
621 diff_setup_done(&diff_opts); in try_to_follow_renames()
622 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
623 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dtree-diff.c586 struct diff_options diff_opts; in try_to_follow_renames() local
614 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
615 diff_opts.flags.recursive = 1; in try_to_follow_renames()
616 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
617 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
619 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
620 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
621 diff_setup_done(&diff_opts); in try_to_follow_renames()
622 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
623 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
H A Dblame.c1341 diff_opts.detect_rename = 0; in find_origin()
1349 diff_setup_done(&diff_opts); in find_origin()
1363 "", &diff_opts); in find_origin()
1365 diffcore_std(&diff_opts); in find_origin()
1405 diff_flush(&diff_opts); in find_origin()
1435 "", &diff_opts); in find_rename()
1436 diffcore_std(&diff_opts); in find_rename()
1449 diff_flush(&diff_opts); in find_rename()
2272 "", &diff_opts); in find_copy_in_parent()
2275 diffcore_std(&diff_opts); in find_copy_in_parent()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtree-diff.c581 struct diff_options diff_opts; in try_to_follow_renames() local
609 repo_diff_setup(opt->repo, &diff_opts); in try_to_follow_renames()
610 diff_opts.flags.recursive = 1; in try_to_follow_renames()
611 diff_opts.flags.find_copies_harder = 1; in try_to_follow_renames()
612 diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; in try_to_follow_renames()
614 diff_opts.break_opt = opt->break_opt; in try_to_follow_renames()
615 diff_opts.rename_score = opt->rename_score; in try_to_follow_renames()
616 diff_setup_done(&diff_opts); in try_to_follow_renames()
617 ll_diff_tree_oid(old_oid, new_oid, base, &diff_opts); in try_to_follow_renames()
618 diffcore_std(&diff_opts); in try_to_follow_renames()
[all …]
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dcore-cpan-diff93 my $diff_opts;
108 'diffopts:s' => \$diff_opts,
125 if ( $reverse || $use_diff || $diff_opts );
128 $diff_opts = '-u --binary' unless defined $diff_opts;
176 $use_diff, $reverse, $diff_opts,
209 $diff_opts, $wanted_upstreams
339 $diff_opts );
702 my $diff_opts = shift;
704 my @cmd = ( DIFF_CMD, split ' ', $diff_opts );
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dcore-cpan-diff93 my $diff_opts;
108 'diffopts:s' => \$diff_opts,
125 if ( $reverse || $use_diff || $diff_opts );
128 $diff_opts = '-u --binary' unless defined $diff_opts;
176 $use_diff, $reverse, $diff_opts,
209 $diff_opts, $wanted_upstreams
339 $diff_opts );
702 my $diff_opts = shift;
704 my @cmd = ( DIFF_CMD, split ' ', $diff_opts );
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dcore-cpan-diff93 my $diff_opts;
108 'diffopts:s' => \$diff_opts,
125 if ( $reverse || $use_diff || $diff_opts );
128 $diff_opts = '-u --binary' unless defined $diff_opts;
176 $use_diff, $reverse, $diff_opts,
209 $diff_opts, $wanted_upstreams
339 $diff_opts );
702 my $diff_opts = shift;
704 my @cmd = ( DIFF_CMD, split ' ', $diff_opts );
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dcore-cpan-diff94 my $diff_opts;
109 'diffopts:s' => \$diff_opts,
126 if ( $reverse || $use_diff || $diff_opts );
130 if (! defined $diff_opts) {
131 $diff_opts = ($^O =~ m/bsd$/i) ? '-u' : '-u --binary';
180 $use_diff, $reverse, $diff_opts,
213 $diff_opts, $wanted_upstreams
343 $diff_opts );
706 my $diff_opts = shift;
708 my @cmd = ( DIFF_CMD, split ' ', $diff_opts );
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/pengine/
H A Dregression.core.sh.in23 diff_opts="--ignore-all-space --ignore-blank-lines -u -N"
196 diff $diff_opts $stderr_expected $stderr_output >/dev/null
200 diff $diff_opts $stderr_expected $stderr_output 2>/dev/null >> $failed
255 diff $diff_opts $summary $summary_output >/dev/null
259 diff $diff_opts $summary $summary_output 2>/dev/null >> $failed
264 diff $diff_opts $dot_expected $dot_output >/dev/null
268 diff $diff_opts $dot_expected $dot_output 2>/dev/null >> $failed
276 diff $diff_opts $expected $output >/dev/null
280 diff $diff_opts $expected $output 2>/dev/null >> $failed
285 diff $diff_opts $scores $score_output >/dev/null
[all …]

12345678910>>...14