Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 38462 invoked from network); 30 Jul 2009 15:30:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jul 2009 15:30:10 -0000 Received: (qmail 62491 invoked by uid 500); 30 Jul 2009 15:30:10 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 62376 invoked by uid 500); 30 Jul 2009 15:30:10 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 62358 invoked by uid 99); 30 Jul 2009 15:30:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 15:30:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 15:30:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BC2EF234C48C for ; Thu, 30 Jul 2009 08:29:45 -0700 (PDT) Message-ID: <1974969357.1248967785769.JavaMail.jira@brutus> Date: Thu, 30 Jul 2009 08:29:45 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Resolved: (CASSANDRA-111) Mixed line endings in the codebase In-Reply-To: <594484213.1240708532733.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-111. -------------------------------------- Resolution: Fixed Fix Version/s: 0.4 Assignee: Jeff Hodges Committed. 190 files changed, 30157 insertions(+), 30157 deletions(-) > Mixed line endings in the codebase > ---------------------------------- > > Key: CASSANDRA-111 > URL: https://issues.apache.org/jira/browse/CASSANDRA-111 > Project: Cassandra > Issue Type: Bug > Components: Core > Reporter: Jeff Hodges > Assignee: Jeff Hodges > Fix For: 0.4 > > Attachments: 0001-unix-line-endings-everywhere-on-top-of-r797209.patch, 0001-unix-line-endings-on-799140.patch, line_endings.patch, no.rb > > > There seems to be a lot of line endings in the codebase that end with DOS line endings. Some files are even mixes of DOS and Unix line endings. This patch removes all the DOS file endings and corrects them to Unix. > Also attached is the program that I used to remove them. > Using Unix line endings in all places makes lots of things easier. At the very least, a consistent choice of line endings would. Has there been discussion of what should be the correct line ending to use? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.