Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
Patch
Description
Current implementation of GitChangeLogConsumer fills revision on each ChangeFile but not on its containing ChangeSet - where it IMHO naturally belongs.
I fixed this on GitHub and submitted a pull request here:
https://github.com/apache/maven-scm/pull/1
I guess that Apache does not process Github pull-requests yet so I am attaching the patch also here.
In this patch, also unittest is extended to cover checking changeset revision as well.