jira-importer commented on issue #1116: URL: https://github.com/apache/maven-scm/issues/1116#issuecomment-2964646664
**[Matthieu Brouillard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mcfoggy)** commented I have no problem with the fact that `git log` interprets `..VERSION` as `HEAD..VERSION`, my issue is that I want, using the API, to express `FIRST_COMMIT_OF_REPO..VERSION` ie provide a endVersion but no startVersion. If a user wants to express `HEAD..VERSION` he has the ability to do so by explicitly providing a startVersion of HEAD. With my change you can then express both `FIRST_COMMIT_OF_REPO..VERSION` and `HEAD..VERSION`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org