| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Ensure that `git_patch_from_diff` can return the patch for parsed diffs,
not just generate a patch for a generated diff.
|
|
|
|
|
|
|
| |
When showing copy information because we are duplicating contents,
for example, when performing a `diff --find-copies-harder -M100 -B100`,
then show copy from/to lines in a patch, and do not show context.
Ensure that we can also parse such patches.
|
| |
|
| |
|
|
|
|
|
| |
Test that we can create a diff file, then parse the results and
that the two are identical in-memory.
|
|
Parse diff files into a `git_diff` structure.
|