libgit2/tests/submodule
Russell Belfer d3bc95fd66 Update behavior for untracked sub-repos
When a directory containing a .git directory (or even just a plain
gitlink) was found, libgit2 was going out of its way to treat it
specially.  This seemed like it was necessary because the diff
code was not originally emulating Git's behavior for untracked
directories correctly (i.e. scanning for ignored vs untracked items
inside).  Now that libgit2 diff mimics Git's untracked directory
behavior, the special handling for contained Git repos is actually
incorrect and this commit rips it out.
2014-03-25 12:37:05 -07:00
..
lookup.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
modify.c Make submodule fetchRecurse match other options 2014-01-30 09:59:59 -08:00
status.c Update behavior for untracked sub-repos 2014-03-25 12:37:05 -07:00
submodule_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
submodule_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00