libgit2/tests/status
Russell Belfer 916fcbd617 Fix ignore difference from git with trailing /*
Ignore patterns that ended with a trailing '/*' were still needing
to match against another actual '/' character in the full path.
This is not the same behavior as core Git.

Instead, we strip a trailing '/*' off of any patterns that were
matching and just take it to imply the FNM_LEADING_DIR behavior.
2014-04-18 14:42:40 -07:00
..
ignore.c Fix ignore difference from git with trailing /* 2014-04-18 14:42:40 -07:00
renames.c Misc cleanups 2014-01-30 09:59:59 -08:00
single.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status_data.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status_helpers.c Pop ignore only if whole relative path matches 2014-04-18 10:32:35 -07:00
status_helpers.h New tests of status for repo inside repo 2014-04-01 21:32:06 -07:00
submodules.c Update submodules with parent-tracked content 2014-04-08 14:47:20 -07:00
worktree_init.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
worktree.c index: rename an entry's id to 'id' 2014-01-25 08:15:44 +01:00