]> source.dussan.org Git - jgit.git/commit
Enable calling of smudge filters when checking out paths 21/69921/3
authorChristian Halstrick <christian.halstrick@sap.com>
Tue, 5 Apr 2016 14:04:39 +0000 (16:04 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 5 Apr 2016 22:06:53 +0000 (00:06 +0200)
commit47dd98e3620d8ae7a8cb4a10361d64fef1c2c085
tree9dd630c249c14966f37ebfb41e0860f03878e69d
parent46bef2bcb622e2a1282caee950dae9f3001c0bf8
Enable calling of smudge filters when checking out paths

When checking out commits/branches JGit was triggering correctly
configured smudge filters. But when checking out paths (either from
index or from commits) JGit was not triggering smudge filters. Fix
CheckoutCommand to properly call filters.

Bug: 486560
Also-by: Pascal Krause <pascal.krausek@sap.com>
Change-Id: I5ff893054defe57ab12e201d901fe74e1376efea
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CheckoutCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CheckoutCommand.java