Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4735E172BC for ; Thu, 27 Aug 2015 20:02:18 +0000 (UTC) Received: (qmail 30551 invoked by uid 500); 27 Aug 2015 20:02:18 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 30489 invoked by uid 500); 27 Aug 2015 20:02:18 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 30478 invoked by uid 99); 27 Aug 2015 20:02:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 20:02:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A4632E7E66; Thu, 27 Aug 2015 20:02:17 +0000 (UTC) From: pubudu538 To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org Message-ID: Subject: [GitHub] stratos pull request: Removing unstage file list from PCA Content-Type: text/plain Date: Thu, 27 Aug 2015 20:02:17 +0000 (UTC) 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---