kwin opened a new issue, #1378: URL: https://github.com/apache/maven-scm/issues/1378
### Affected version 2.1.0 ### Bug description When cloning a shallow repository (i.e. with [`--depth=1`](https://git-scm.com/docs/git-fetch#Documentation/git-fetch.txt---depthdepth), common for CI builds like GitHub actions,https://github.com/actions/checkout) the date being returned by `InfoItem.lastChangeDate/lastChangeDateTime` incorrectly always returns the author date of that last commit (which was not necessarily affecting the file to which the metadata belongs). There should at least be a warning in that case as otherwise issues related to that are hard to track. This relates to #1134 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
