GitHub user pubudu538 opened a pull request: https://github.com/apache/stratos/pull/452
Removing unstage file list from PCA Although we keep track of the modified files as well as untracked files, we don't use those files. Error occurred when trying to get the file list using the split command. Due to line ending conventions of different operating systems this fails. Changed the source code to check for unstaged files only. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pubudu538/stratos git-pca Alternatively you can review and apply these changes as the patch at: https://github.com/apache/stratos/pull/452.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #452 ---- commit 87a7eb7c018827abddba79acaee280f13060e659 Author: Pubudu Gunatilaka <pubudu...@gmail.com> Date: 2015-08-27T19:58:25Z Removing unstage file list from PCA ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---