-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.10.0
-
Component/s: maven-scm-provider-gitexe, maven-scm-provider-jgit
-
Labels:None
-
External issue URL:
Invoking execution of a GitChangeLogCommand where only the end revision has been set produces a wrong out.
Actual result:
git whatchanged --date=iso ..END_REVISION_SHA1 -- PROJECT_PATH
Expected result: only the end revison SHA1 is used without the two dots
git whatchanged --date=iso END_REVISION_SHA1 -- PROJECT_PATH