Community
Participate
Working Groups
I'm trying to use LogCommand in Orion and its path filtering introduced recently (https://bugs.eclipse.org/bugs/show_bug.cgi?id=340049). However, filtering seems to not work correctly. When I add file path, I still receive list containing all of commits. I've tried to check some JGit tests covering this functionality, but I can't see any.
Why don't you write such a test and submit it to Gerrit. Even though it will fail it should be a value thing to start with. It's another blocker of bug 344683, isn't it?
I've already done it. ;) Proposed fix and unit test for path filtering: http://egit.eclipse.org/r/#change,3455 Yes, it blocks bug 344683.
Merged as 7449b9a297af193107560c42508c53d7adb00226. Thanks guys!