Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Component/s: maven-scm-provider-git
-
Labels:None
-
Complexity:Intermediate
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
gitexes GitAddCommand should add a '--' to the commandline before adding all the files to add.
This has to be used to ensure that no filename may be confused with a branch or tag.
GitAddCommand fix + tests