libgit2/tests-clar/resources/submod2
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
..
.gitted Remove sample hook files 2013-02-25 17:03:05 +00:00
just_a_dir New submodule test data 2012-08-24 11:00:26 -07:00
not Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
not-submodule Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
sm_added_and_uncommited New submodule test data 2012-08-24 11:00:26 -07:00
sm_changed_file New submodule test data 2012-08-24 11:00:26 -07:00
sm_changed_head New submodule test data 2012-08-24 11:00:26 -07:00
sm_changed_index New submodule test data 2012-08-24 11:00:26 -07:00
sm_changed_untracked_file New submodule test data 2012-08-24 11:00:26 -07:00
sm_missing_commits New submodule test data 2012-08-24 11:00:26 -07:00
sm_unchanged New submodule test data 2012-08-24 11:00:26 -07:00
gitmodules Test for gitmodules only submodule def 2012-09-05 15:54:32 -07:00
just_a_file New submodule test data 2012-08-24 11:00:26 -07:00
README.txt New submodule test data 2012-08-24 11:00:26 -07:00

This is the submodule test data
This repo will have a bunch of submodules in different states