mhoffrog opened a new pull request, #238:
URL: https://github.com/apache/maven-scm/pull/238

   ## JIRA
   [SCM-1029](https://issues.apache.org/jira/browse/SCM-1029)
   
   ## Changes
   - JGitCheckInCommand.java:
     - in case of a includes / excludes FileSet is specified then:
       - use OR condition of
         - status.getAdded().size() > 0
         - status.getChanged().size() > 0 - status.getRemoved() > 0 instead of 
status.hasUncommittedChanges()
     - log info "nothing to commit" if nothing is to be commited
   
   ## Test
   - All JUnit tests passed
   - Tested in a local application


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to