libgit2/tests-clar/odb
Russell Belfer 114f5a6c41 Reorganize diff and add basic diff driver
This is a significant reorganization of the diff code to break it
into a set of more clearly distinct files and to document the new
organization.  Hopefully this will make the diff code easier to
understand and to extend.

This adds a new `git_diff_driver` object that looks of diff driver
information from the attributes and the config so that things like
function content in diff headers can be provided.  The full driver
spec is not implemented in the commit - this is focused on the
reorganization of the code and putting the driver hooks in place.

This also removes a few #includes from src/repository.h that were
overbroad, but as a result required extra #includes in a variety
of places since including src/repository.h no longer results in
pulling in the whole world.
2013-06-10 10:10:39 -07:00
..
alternates.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
foreach.c tag: Fix parsing when no tagger nor message 2013-03-31 14:36:51 +02:00
loose_data.h Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
loose.c What has science done. 2013-04-22 16:50:50 +02:00
mixed.c Reset all static variables to NULL in clar's __cleanup 2012-11-23 11:41:56 +01:00
pack_data_one.h odb: allow creating an ODB backend from a packfile index 2012-07-21 16:23:49 +02:00
pack_data.h Rename the Clay test suite to Clar 2012-01-24 20:35:15 -08:00
packed_one.c What has science done. 2013-04-22 16:50:50 +02:00
packed.c What has science done. 2013-04-22 16:50:50 +02:00
sorting.c Move odb_backend implementors stuff into git2/sys 2013-04-21 11:50:55 -07:00