libgit2/tests-clar/repo
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
..
config.c More tests of config with various absent files 2013-05-23 15:57:52 -07:00
discover.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
getters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
hashfile.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
head.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
headtree.c repo: Make git_repository_head_tree() return error codes 2012-11-22 18:51:06 +01:00
init.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
iterator.c Make iterators use GIT_ITEROVER & smart advance 2013-05-31 12:18:43 -07:00
message.c Fix git_repository_message docs 2013-05-09 06:45:06 -07:00
open.c repo: unconditionally create a global config backend 2013-05-07 21:42:56 +02:00
repo_helpers.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
repo_helpers.h repository: Refine repository_head() error report 2012-11-12 00:14:51 +01:00
setters.c Make refcounting atomic 2013-04-22 17:12:11 +02:00
shallow.c Improve test failure output 2013-05-23 15:35:50 -07:00
state.c repo: fix state when HEAD is not detached 2012-11-04 12:13:42 -06:00