]> source.dussan.org Git - jgit.git/commit
DirCacheEditor: Apply PathEdit for each stage 82/7882/5
authorRobin Stocker <robin@nibor.org>
Sat, 22 Sep 2012 23:37:09 +0000 (01:37 +0200)
committerChris Aniszczyk <zx@twitter.com>
Fri, 16 Nov 2012 18:12:40 +0000 (10:12 -0800)
commita2e691351f4c5217a908410c1bd796efa6b01023
treefa94d37a1bbbacf4b9048b344c4589f10cd840ef
parent05a7113002063b80cf48591594c7e01cd2111ec6
DirCacheEditor: Apply PathEdit for each stage

This behavior was defined in the Javadoc of PathEdit, but not actually
implemented.

It's necessary when one wants to use a PathEdit to check out a specific
stage in apply.

Bug: 390147
Change-Id: Iaed5cf60c554fc17e6c4d188caf4f0231da920d0
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCachePathEditTest.java
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheEditor.java