-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING about unknown commit-graph chunk #687
Comments
Hello, Unfortunately I'm currently unable to reproduce this issue with the repository provided.
In general your current configuration uses the jgit-implementation. That is more or less git implemented in java. When searching the jgit repository: and the error you observe comes from: I can only speculate about the meaning of this error and hence I have created a bug in the jgit repository (eclipse-jgit/jgit#12). To avoid this issue you could use the native git binary instead of the java git implementation. To enable the native git binary add I hope this helps. |
Describe the bug (required)
Already done a
git gc --prune=now
etc.Tell us about your plugin configuration (required)
Tell us about the Plugin version used (required)
7.0.0
Tell us about the Maven version used (required)
Steps to Reproduce (required)
mvn clean verify
Are there any stacktraces or any error messages? (required)
Is there a (public) project where this issue can be reproduced? (optional)
I used my public project and applied the same configuration and it produces the same warning:
https://github.com/khmarbaise/maven-it-extension/tree/git-commit-id-maven-plugin-issue-687
Your Environment (optional)
Java version: 21.0.1, vendor: Oracle Corporation, runtime: /Users/khm/.sdkman/candidates/java/21.0.1-open
Default locale: en_DE, platform encoding: UTF-8
OS name: "mac os x", version: "14.0", arch: "aarch64", family: "mac"
also Tested with JDK 17
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /Users/khm/.sdkman/candidates/java/17.0.9-tem
Default locale: en_DE, platform encoding: UTF-8
OS name: "mac os x", version: "14.0", arch: "aarch64", family: "mac"
Context (optional)
No response
The text was updated successfully, but these errors were encountered: