Hi, When I use the <type>tag</type> in changelog configuration (its at the end of the email), it uses the following query for generating the changeset -
git whatchanged --since=0.3 --until=HEAD --date=iso While 'git help whatchanged' says nothing about '--since' but the 'git help log' says that '--since' is to be a date, thus IMHO, the implementation should have been something like - git whatchanged 0.3...HEAD --date=iso I also checked the source code of the changelog and it is using the following method- changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) http://maven.apache.org/scm/projects/apidocs/org/apache/maven/scm/provider/ScmProvider.html#changeLog(org.apache.maven.scm.repository.ScmRepository,%20org.apache.maven.scm.ScmFileSet,%20org.apache.maven.scm.ScmVersion,%20org.apache.maven.scm.ScmVersion) Which IMHO, is the correct one to use. I will try to check the gitexe code today to see whether I can fix it or not. Please let me know what you think about the problem. Thank you, -- Imran M Yousuf Entrepreneur & Software Engineer Smart IT Engineering Dhaka, Bangladesh Email: im...@smartitengineering.com Blog: http://imyousuf-tech.blogs.smartitengineering.com/ Mobile: +880-1711402557