Lines Matching refs:context
68 * patch.c (locate_hunk): Fix bug when locating context diff hunks
98 (intuit_diff_type): Missing context diff headers are now warnings,
263 or context diff.
365 Fix bug with computing size of prefix and suffix context
366 with ordinary context diffs. Report malformed patch if a unified diff
367 has nothing but context.
436 handle it more precisely: context diffs with partial contexts
437 can only match file ends, since the partial context can occur
528 Avoid stating the same file twice in common case of context diffs.
564 Suggest diff -a. Include caveats about what context diffs cannot represent.
668 Clarify the distinction between ordinary and unified context diffs.
869 (main, locate_hunk, patch_match): Keep track of patch prefix context
870 separately from suffix context; this fixes several bugs.
951 context separately, in:
969 user for a file name and the context will help the user choose.
970 (another_hunk): Keep context as LINENUM, not int.
971 If the replacement is missing, calculate its context correctly.
973 Keep track of patch prefix context separately from suffix context;
979 Fix bugs associated with context-less context hunks,
1522 Patch now accepts no-context context diffs that are
1524 Fixed a bug in both context and unified diff processing that would
1525 put a zero-context hunk in the wrong place (one line too soon).
1635 * pch.c: New-style context diffs caused double call to free().
1650 * pch.c: Could falsely report new-style context diff.