libgit2/tests-clar/resources
Russell Belfer b4f5bb0747 Initial implementation of diff rename detection
This implements the basis for diff rename and copy detection,
although it is based on simple SHA comparison right now instead
of using a matching algortihm.  Just as `git_diff_merge` can be
used as a post-pass on diffs to emulate certain command line
behaviors, there is a new API `git_diff_detect` which will
update a diff list in-place, adjusting some deltas to RENAMED
or COPIED state (and also, eventually, splitting MODIFIED deltas
where the change is too large into DELETED/ADDED pairs).

This also adds a new test repo that will hold rename/copy/split
scenarios.  Right now, it just has exact-match rename and copy,
but the tests are written to use tree diffs, so we should be able
to add new test scenarios easily without breaking tests.
2012-10-23 16:40:51 -07:00
..
attr Fix single-file ignore checks 2012-10-15 12:54:46 -07:00
attr_index Fixing issue with test data 2012-05-04 13:55:07 -07:00
bad_tag.git Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
config Add config level support in the config API 2012-10-23 12:48:38 +02:00
deprecated-mode.git Add deprecated-mode.git test repository 2012-08-19 14:11:57 +02:00
diff Fix problems in diff iterator record chaining 2012-09-13 13:17:38 -07:00
duplicate.git Handle duplicate objects from different backends in git_odb_read_prefix(). 2012-05-12 15:50:19 -03:00
empty_bare.git Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
empty_standard_repo/.gitted Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
filemodes Fix filemode comparison in diffs 2012-06-08 12:09:10 -07:00
issue_592 Diff iterators 2012-09-05 15:17:24 -07:00
issue_592b Fix status for files under ignored dirs 2012-05-16 17:08:59 -07:00
renames Initial implementation of diff rename detection 2012-10-23 16:40:51 -07:00
status Diff iterators 2012-09-05 15:17:24 -07:00
submod2 Test for gitmodules only submodule def 2012-09-05 15:54:32 -07:00
submod2_target New submodule test data 2012-08-24 11:00:26 -07:00
submodules Move test resources 2012-05-02 16:18:55 -07:00
template Add template dir and set gid to repo init 2012-08-22 16:07:19 -07:00
testrepo/.gitted Merge pull request #944 from scunz/list_tags 2012-09-25 14:52:24 -07:00
testrepo.git refs: loosen the OID parsing 2012-10-15 14:00:19 +02:00
typechanges Add complex checkout test and then fix checkout 2012-10-09 11:59:34 -07:00
.gitattributes Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
.gitignore Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
big.index Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00
gitgit.index Moved testing resources to clar, and removed old tests directory. 2012-03-31 16:10:01 -07:00