libgit2/tests-clar/diff
Russell Belfer 71d2735837 Fix bug with merging diffs with null options
A diff that is created with a NULL options parameter could result
in a NULL prefix string, but diff merge was unconditionally
strdup'ing it.  I added a test to replicate the issue and then a
new method that does the right thing with NULL values.
2012-07-19 10:23:45 -07:00
..
blob.c diff: make inter-hunk-context default value git-compliant 2012-07-02 17:27:49 +02:00
diff_helpers.c Minor fixes, cleanups, and clarifications 2012-06-08 12:11:13 -07:00
diff_helpers.h diff: fix the diffing of two identical blobs 2012-05-07 12:18:33 +02:00
index.c Clean up GIT_UNUSED macros on all platforms 2012-03-02 15:51:55 -08:00
iterator.c diff: make inter-hunk-context default value git-compliant 2012-07-02 17:27:49 +02:00
patch.c Fix usage of "new" for fieldname in public header 2012-05-02 15:34:58 -07:00
tree.c Fix bug with merging diffs with null options 2012-07-19 10:23:45 -07:00
workdir.c Plug a few leaks 2012-06-20 00:46:34 +02:00