Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch: show copy information for identical copies | Edward Thomson | 2016-06-25 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | patch::parse: test diff with exact rename and copy | Edward Thomson | 2016-06-25 | 1 | -0/+5 |
| | |||||
* | patch::parse: test diff with simple rename | Edward Thomson | 2016-06-25 | 1 | -12/+27 |
| | |||||
* | diff::parse tests: test parsing a diff | Edward Thomson | 2016-06-25 | 1 | -0/+68 |
| | | | | | Test that we can create a diff file, then parse the results and that the two are identical in-memory. | ||||
* | introduce `git_diff_from_buffer` to parse diffs | Edward Thomson | 2016-05-26 | 1 | -0/+60 |
Parse diff files into a `git_diff` structure. |