TheSnoozer
TheSnoozer
Would be happy to have this in this plugin as well, but as outlined its a JGit issue (a library we use inside the plugin). If the library doesn't support...
Note: This feature will prop break java jdk 1.7 support. With jgit v4.6 the build was moved towards 1.8 only (https://bugs.eclipse.org/bugs/show_bug.cgi?id=500059)
Well sometimes third party libs takes ages...the bug /enhancement request for JGit (https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475) is still open and thus it is not available for jgit...just saying if it isn't obvious....the native...
@athrunsun agree this is kinda annoying... For skipping from CLI please checkout this issue: https://github.com/ktoso/maven-git-commit-id-plugin/issues/315 In a nutshell you can't skip by command-line when the property is configured as plugin...
Well this issue that is reported here is still open and the corresponding changes about git worktree are still not merged into jgit. So if you are using git worktree...
There is finally some progress on the JGit side on this issue (https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475). The native git-implementation (``true``) should (still) support this...
Maybe I'm missing something, but the changes are not merged?!? At least the linked change-set (e.g. https://git.eclipse.org/r/#/c/126440/, https://git.eclipse.org/r/#/c/126454/ or https://git.eclipse.org/r/#/c/67873/ are labeled as `Needs Code-Review Label` or even `Abandoned`. The...
Yeah...thanks for reminding me on this issue, but sadly it seems there is no progress on the JGit-side....the native git-implementation (`true`) should (still) support this...let's see if it gets merged...
Hi, thanks for bringing this long living ticket up again! Unfortunately it seems the referenced ticket is still open and not merged. One of the more recent comments points to...
Ah thanks for the clarifications on your observation! Technically we potentially could assemble our own JGit version with the support of worktrees, however I feel I'm not the maintainer or...