Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » PathSuffixFilter not worked with negate in jgit diff(PathSuffixFilter not worked with negate in git diff)
PathSuffixFilter not worked with negate in jgit diff [message #1842054] Tue, 08 June 2021 09:09 Go to next message
Pallavi Agarwal is currently offline Pallavi AgarwalFriend
Messages: 5
Registered: May 2021
Junior Member
I am using difformatter.scan for git diff, Now I want to ignore diffs in pdf, png, gif , jar files.
I am using `NotTreeFilter.create(PathSuffixFilter.create(".png") OR PathSuffixFilter.create(".pdf") OR so on...))`
But Now, I am getting 0 file diffs for most of the commits having java files of any other valid files.
Suggest where i am wrong?
Re: PathSuffixFilter not worked with negate in jgit diff [message #1842403 is a reply to message #1842054] Thu, 17 June 2021 17:44 Go to previous message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
Thank you for reporting this as bug 574253.
Previous Topic:change view in compare
Next Topic:JGit checkout below project root
Goto Forum:
  


Current Time: Tue Apr 23 08:09:35 GMT 2024

Powered by FUDForum. Page generated in 0.03768 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top