libgit2/tests-clar/status
Russell Belfer 125655fe3f Untracked directories with .git should be ignored
This restores a behavior that was accidentally lost during some
diff refactoring where an untracked directory that contains a .git
item should be treated as IGNORED, not as UNTRACKED.  The submodule
code already detects this, but the diff code was not handling the
scenario right.

This also updates a number of existing tests that were actually
exercising the behavior but did not have the right expectations in
place.  It actually makes the new
`test_diff_submodules__diff_ignore_options` test feel much better
because the "not-a-submodule" entries are now ignored instead of
showing up as untracked items.

Fixes #1697
2013-07-10 12:15:03 -07:00
..
ignore.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
renames.c More tests and bug fixes for status with rename 2013-06-17 10:03:49 -07:00
single.c Fix error hashing empty file. 2012-09-27 13:12:27 -04:00
status_data.h Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR option 2013-07-03 12:20:34 -07:00
status_helpers.c Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
status_helpers.h Add status flags to force output sort order 2013-06-20 12:16:06 -07:00
submodules.c Untracked directories with .git should be ignored 2013-07-10 12:15:03 -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 Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR option 2013-07-03 12:20:34 -07:00