Add option handler for PathTreeFilter values
commitc0178662f5494b4c2156e1fd2f97b1d8c8fb4a93
authorShawn O. Pearce <spearce@spearce.org>
Fri, 18 Jul 2008 01:44:04 +0000 (17 21:44 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 23 Jul 2008 19:52:08 +0000 (23 21:52 +0200)
tree414f8fe2588c5563bf01450e055dcb44db044787
parent46414a8268ff41472650cca2b85f91595b5271e7
Add option handler for PathTreeFilter values

Converts one or more Strings, up to the end of the command line,
into a PathFilterGroup.  The filter group can be used with a
TreeWalk to limit its results.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/opt/PathTreeFilterHandler.java [new file with mode: 0644]