]> source.dussan.org Git - jgit.git/commit
Changed TreeWalk.forPath(...) to work with recursive paths. 10/2310/7
authorJesse Greenwald <jesse.greenwald@garmin.com>
Sat, 22 Jan 2011 15:51:29 +0000 (07:51 -0800)
committerJesse Greenwald <jesse.greenwald@garmin.com>
Thu, 17 Feb 2011 19:48:22 +0000 (13:48 -0600)
commitc5863e4d3b885da3ef8f60e2a71be92b8e133894
tree82b4e2004049951b6332cc501847705fa81bba89
parentc13bf057540f11e2503e1205d46c800f9d00fd7b
Changed TreeWalk.forPath(...) to work with recursive paths.

Previously, this method would not (always) work when a recursive path
such as "a/b" was passed into it.

Change-Id: I0752a1f5fc7fef32064d8f921b33187c0bdc7227
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/treewalk/ForPathTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/TreeWalk.java
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/filter/PathFilter.java