libgit2/tests-clar/resources
Russell Belfer 65025cb893 Three submodule status bug fixes
1. Fix sort order problem with submodules where "mod" was sorting
   after "mod-plus" because they were being sorted as "mod/" and
   "mod-plus/".  This involved pushing the "contains a .git entry"
   test significantly lower in the stack.
2. Reinstate behavior that a directory which contains a .git entry
   will be treated as a submodule during iteration even if it is
   not yet added to the .gitmodules.
3. Now that any directory containing .git is reported as submodule,
   we have to be more careful checking for GIT_EEXISTS when we
   do a submodule lookup, because that is the error code that is
   returned by git_submodule_lookup when you try to look up a
   directory containing .git that has no record in gitmodules or
   the index.
2013-03-18 17:24:13 -07:00
..
attr More diff tests with binary data 2013-02-11 14:45:46 -08:00
attr_index Fixing issue with test data 2012-05-04 13:55:07 -07:00
bad_tag.git Allow peeled references without trailing newline at end of file 2013-01-22 15:49:51 -08:00
binaryunicode Fix up binaryunicode test repo 2013-01-11 20:07:52 -05:00
config config: distinguish between a lone variable name and one without rhs 2012-11-13 13:53:41 -08:00
crlf/.gitted add a git config, don't run crlf tests on non-win32 2013-01-17 18:18:44 -06:00
deprecated-mode.git Remove sample hook files 2013-02-25 17:03:05 +00:00
diff Fix problems in diff iterator record chaining 2012-09-13 13:17:38 -07:00
duplicate.git Remove sample hook files 2013-02-25 17:03:05 +00: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 Remove sample hook files 2013-02-25 17:03:05 +00:00
icase Make iterator APIs consistent with standards 2013-03-06 16:52:01 -08:00
issue_592 Diff iterators 2012-09-05 15:17:24 -07:00
issue_592b Remove sample hook files 2013-02-25 17:03:05 +00:00
mergedrepo index refactoring 2012-10-29 20:04:21 -05:00
partial-testrepo/.gitted Local fetch: add tests 2012-11-09 10:33:10 -08:00
push_src push: properly handle tags 2013-01-09 17:05:21 +01:00
renames Add diff rename tests with partial similarity 2013-02-21 16:44:44 -08:00
short_tag.git tags: Fixed the tag parser to correctly treat the message field as optional. 2012-11-02 10:28:17 -07:00
status Diff iterators 2012-09-05 15:17:24 -07:00
submod2 Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
submod2_target Remove sample hook files 2013-02-25 17:03:05 +00:00
submodules Move test resources 2012-05-02 16:18:55 -07:00
template Fix initialization of repo directories 2013-02-26 11:43:14 -08:00
testrepo/.gitted Merge pull request #944 from scunz/list_tags 2012-09-25 14:52:24 -07:00
testrepo.git tracking: fix retrieval of the tracking ref of branch with empty merge and/or remote entry 2012-11-28 20:00:07 +01:00
twowaymerge.git Add the ahead/behind test that Carlos suggested 2012-11-28 18:54:57 -08:00
typechanges Add complex checkout test and then fix checkout 2012-10-09 11:59:34 -07:00
unsymlinked.git Remove sample hook files 2013-02-25 17:03:05 +00: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
push.sh Push! By schu, phkelley, and congyiwu, et al 2012-11-28 11:42:37 -05:00