Probable issue with code/documentation
From: Sruteesh Kumar <hidden>
Date: 2025-10-10 14:57:14
From: Sruteesh Kumar <hidden>
Date: 2025-10-10 14:57:14
Hi Team Someone rightly raised a concern on incompatibility between git and eclipse-jgit related to pattern matching. Please look at https://github.com/eclipse-jgit/jgit/issues/217 Look at the first scenario in the above link. Git is matching the path foobar with the pattern foo**/bar which is against the git's official documentation (Look at the last point in the double asterisk section at the URL https://git-scm.com/docs/gitignore#_pattern_format). Is this an issue with the code or the documentation?