libgit2/tests-clar/submodule
Russell Belfer e26b14c034 Update diff handling of untracked directories
When diff encounters an untracked directory, there was a shortcut
that it took which is not compatible with core git.  This makes
the default behavior no longer take that shortcut and instead look
inside the untracked directory to see if there are any untracked
files within it.  If there are not, then the directory is treated
as an ignore directory instead of an untracked directory.  This
has implications for the git_status APIs.
2013-04-30 04:25:56 -07:00
..
lookup.c Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
modify.c Three submodule status bug fixes 2013-03-18 17:24:13 -07:00
status.c Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00
submodule_helpers.c Major submodule rewrite 2012-08-24 11:00:26 -07:00
submodule_helpers.h Major submodule rewrite 2012-08-24 11:00:26 -07:00