Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
Patch
Description
If there is no file in the Git index "git checkin" returns exit code 1, which causes failed CheckInScmResult. Because of that "mvn release:branch" always fails for Git repositories (see MRELEASE-579).
We shouldn't probably call "git checkin" if there is nothing to check in. After I applied the attached patch, "mvn release:branch" succeeded.
Attachments
Attachments
Issue Links
- is depended upon by
-
MRELEASE-579 Branch fails with error message
- Closed