tests/status/status_helpers.c


Log

Author Commit Date CI Message
Alan Rogers 59fcebaa 2014-05-30T16:22:13 Use 'X' for unreadable status.
Russell Belfer 6a0956e5 2014-04-18T10:32:35 Pop ignore only if whole relative path matches When traversing the directory structure, the iterator pushes and pops ignore files using a vector. Some directories don't have ignore files, so it uses a path comparison to decide when it is right to actually pop the last ignore file. This was only comparing directory suffixes, though, so a subdirectory with the same name as a parent could result in the parent's .gitignore being popped off the list ignores too early. This changes the logic to compare the entire relative path of the ignore file.
Ben Straub 17820381 2013-11-14T14:05:52 Rename tests-clar to tests