[ https://issues.apache.org/jira/browse/SCM-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964740#comment-17964740 ]
Olivier Lamy commented on SCM-574: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#790|https://github.com/apache/maven-scm/issues/790]. > GitCheckInCommand fails on empty changed files list > --------------------------------------------------- > > Key: SCM-574 > URL: https://issues.apache.org/jira/browse/SCM-574 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-gitexe > Affects Versions: 1.4 > Reporter: Andrey Paramonov > Assignee: Olivier Lamy > Priority: Major > Fix For: 1.5 > > Attachments: GitCheckInCommand.patch > > > 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)