log tests/test-walk.t @ 35966:264b90a060b7

age author description
Tue, 16 Jan 2018 22:14:33 +0900 Yuya Nishihara match: do not weirdly include explicit files excluded by -X option
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Sun, 09 Jul 2017 22:53:02 -0700 Martin von Zweigbergk match: remove unnecessary '^' from regexes
Fri, 19 May 2017 11:50:01 -0700 Martin von Zweigbergk match: handle everything-matching using new alwaysmatcher
Fri, 19 May 2017 11:44:05 -0700 Martin von Zweigbergk match: remove support for includes from patternmatcher
Fri, 19 May 2017 13:36:34 -0700 Martin von Zweigbergk match: remove support for non-include patterns from includematcher
Fri, 19 May 2017 22:36:14 -0700 Martin von Zweigbergk match: split up main matcher into patternmatcher and includematcher
Thu, 18 May 2017 23:39:39 -0700 Martin von Zweigbergk match: remove support for exact matching from main matcher class
Fri, 12 May 2017 23:12:05 -0700 Martin von Zweigbergk match: handle includes using new intersectionmatcher
Tue, 16 May 2017 22:15:42 -0700 Martin von Zweigbergk match: remove support for excludes from matcher class
Tue, 16 May 2017 16:36:48 -0700 Martin von Zweigbergk match: handle excludes using new differencematcher
Mon, 22 May 2017 11:08:52 -0700 Martin von Zweigbergk debugwalk: also print matcher representation
Mon, 13 Feb 2017 15:39:29 -0800 Rodrigo Damazio Bovendorp match: adding support for matching files inside a directory
Wed, 05 Nov 2014 11:25:57 -0800 Martin von Zweigbergk test-walk: add more tests for -I/-X