jira-importer opened a new issue, #1204: URL: https://github.com/apache/maven-scm/issues/1204
**[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** opened **[SCM-996](https://issues.apache.org/jira/browse/SCM-996?redirect=false)** and commented Currently `ScmManager.checkIn(...)` behaves differently for the different git providers with respect to files which have not been added/removed with ScmManager API before. This is related to SCM-970, but aims at making both git providers behave the same for the existing API. The following table lists the status quo for modified files when `ScmManager.checkIn(...)` is performed ||Provider||ScmManager.checkIn(...) with fileSet empty||ScmManager.checkIn(...) with fileSet not empty |git|index not modified prior commit|files in fileSet added to index prior commit |jgit|index updated for modified files prior commit|files in fileSet added to index prior commit --- **Issue Links:** - [SCM-970](https://issues.apache.org/jira/browse/SCM-970) Have separate APIs for distributed and centralized version control -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org