Files @ 8996b4f57dad
Branch filter:

Location: kallithea/MANIFEST.in - annotation

Mads Kiilerich
git: preserve line endings when calling out to git

\r line endings were replaced with \n, and some diffs would thus fail to parse.
That would be the cases similar to what was addressed in fbb992c719aa.

The leading text would be ignored anyway in diffs.py so there is no need to
strip it here. The stripping do also not seem very reliable. But for now we
will keep it.
include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#codemirror
recursive-include kallithea/public/codemirror *
#fontello
recursive-include kallithea/public/fontello *
#templates
recursive-include kallithea/templates *