log src/org/tmatesoft/hg/repo/HgIgnore.java @ 472:2a0b09eec376

age author description
2012-03-22 Artem Tikhomirov Clean javadoc to fix obvious warnings
2012-03-16 Artem Tikhomirov Support glob path pattern rewrite to facilitate use of globs with Windows path separator smartgit3
2012-03-16 Artem Tikhomirov Issue 28: support hgignore entries with syntax prefix smartgit3
2011-11-19 Artem Tikhomirov HgIgnore: glob patterns not to match substring when not meant to
2011-11-18 Artem Tikhomirov HgIgnore: regex patterns to match part of the filename do not work
2011-11-16 Artem Tikhomirov Issue 16: respect glob patterns in HgIgnore for sub-directories
2011-11-10 Artem Tikhomirov Do not fail with exception on syntax errors in .hgignore
2011-09-12 Artem Tikhomirov Provide public access to ignored files configuration to use in alternative file walkers
2011-08-24 Artem Tikhomirov Include tests for hgignore into the suite
2011-08-23 Artem Tikhomirov Respect glob pattern with alternatives {a,b}
2011-05-25 Artem Tikhomirov Close stream after reading .hgignore
2011-02-17 Artem Tikhomirov Adopt FileIterator moving towards WCStatusCollector parameterizing. Improved path handling, move 'em around
2011-02-03 Artem Tikhomirov Filters to read and initialize according to configuration files
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-27 Artem Tikhomirov ignore file with regex and 'honest' glob support
2011-01-24 Artem Tikhomirov Complete refactoring to org.tmatesoft base src/com/tmate/hgkit/ll/HgIgnore.java@fcf689b783a9