bug 1396: Normalize Linefeed to Unix format in Repository

This commit is contained in:
Benny Baumann 2015-08-09 22:11:39 +02:00
parent 2cbb6d9c9c
commit ce38587c84
47 changed files with 2990 additions and 2988 deletions

7
.gitattributes vendored Normal file
View file

@ -0,0 +1,7 @@
* text=auto
*.php text
*.html text
*.phtml text
*.js text
*.css text

View file

@ -32,4 +32,3 @@ class ErrorController extends Zend_Controller_Action
}
}

View file

@ -101,4 +101,3 @@ class Config {
return $this->config;
}
}
?>

View file

@ -34,4 +34,3 @@ class HumanReadableTimeException extends BaseException {
}
*/
}
?>

View file

@ -13,4 +13,3 @@ print 'Day: ' . HumanReadableTime::Seconds2HR($hrf, 'd') . "\n";
print 'Hour: ' . HumanReadableTime::Seconds2HR($hrf, 'h') . "\n";
print 'Minute: ' . HumanReadableTime::Seconds2HR($hrf, 'm') . "\n";
print 'Second: ' . HumanReadableTime::Seconds2HR($hrf, 's') . "\n";

View file

@ -95,4 +95,3 @@ class BaseException extends Exception {
}
}
?>