libgit2/tests-clar/status
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
..
ignore.c Fix some diff ignores and submodule dirty workdir 2013-03-25 23:58:40 -07:00
single.c Fix error hashing empty file. 2012-09-27 13:12:27 -04:00
status_data.h Support for core.ignorecase 2012-09-17 15:42:41 -04:00
status_helpers.c Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00
status_helpers.h Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00
submodules.c Tests and more fixes for submodule diffs 2013-04-09 14:52:32 -07:00
worktree_init.c Move some low-level repo fns to include/git2/sys 2013-04-21 11:50:56 -07:00
worktree.c Update diff handling of untracked directories 2013-04-30 04:25:56 -07:00