libgit2/tests/status
Carlos Martín Nieto e0a97416d4 ignore: adjust test for negating inside a dir
Given

    top
    !top/foo

in an ignore file, we should not unignore top/foo. This is an
implementation detail of the git code leaking, but that's the behaviour
we should show.

A negation rule can only negate an exact rule it has seen before.
2014-12-05 19:43:36 +01:00
..
ignore.c ignore: adjust test for negating inside a dir 2014-12-05 19:43:36 +01:00
renames.c
single.c
status_data.h
status_helpers.c
status_helpers.h
submodules.c submodules: add failing test for stale module entries 2014-11-07 08:33:27 +01:00
worktree_init.c Fixed a couple Clang warnings 2014-11-10 08:18:48 +09:00
worktree.c