libgit2/tests-clar/diff
Russell Belfer 805c476c83 Fix diff patch line number calculation
This was just wrong.  Added a test that verifying patch line
numbers even for hunks further into a file and then fixed the
algorithm.  I needed to add a little extra state into the patch
so that I could track old and new file numbers independently,
but it should be okay.
2013-01-11 11:20:44 -08:00
..
blob.c Share git_diff_blobs/git_diff_blob_to_buffer code 2013-01-07 15:44:22 -08:00
diff_helpers.c Update diff callback param order 2012-11-27 13:18:28 -08:00
diff_helpers.h Deploy GIT_INIT_STRUCTURE 2012-11-30 20:34:50 -08:00
diffiter.c Fix diff constructor name order confusion 2012-12-17 11:00:53 -08:00
index.c Fix some leaks and (possibly) dangling pointers in tests 2012-12-19 08:04:31 +01:00
iterator.c Fix iterator reset and add reset ranges 2012-12-10 15:38:41 -08:00
patch.c Fix diff patch line number calculation 2013-01-11 11:20:44 -08:00
rename.c Deploy GIT_DIFF_FIND_OPTIONS_INIT 2012-11-30 13:12:15 -08:00
tree.c Deploy GIT_DIFF_OPTIONS_INIT 2012-11-30 13:12:14 -08:00
workdir.c tests: plug a couple of leaks 2013-01-11 16:54:57 +01:00