@rspeicher looks like it's an issue related to gitlab_git. Gitlab::Git::Blob#data is returning an incomplete content.
I've tried with the README file from the h5bp/html5-boilerplate project, here is the result:
repo.blob_at(project.commit('HEAD').id,'/README.md')blob.data=>"From Root NEW MR.Demo more. Test\n# [HTML5 Boilerplate](https://html5boilerplate.com)\n\n[](https://travis-ci.org/h5bp/html5-boilerplate)\n[](https://david-dm.org/h5bp/html5-boilerplate#info=devDependencies)\n\nHTML5 Boilerplate is a professional front-end template for building\nfast, robust, and adaptable web apps or sites.\n\nThis project is the product of many years of iterative development and\ncombined community knowledge. It does not impose a specific development\nphilosophy or framework, so you're free to architect your code in the\nway that you want.\n\n* Homepage: [https://html5boilerplate.com](https://html5boilerplate.com)\n* Source: [https://github.com/h5bp/html5-boilerplate](https://github.com/h5bp/html5-boilerplate)\n* Twitter: [@h5bp](https://twitter.com/h5bp)\n\n\n## Quick start\n\nChoose one of the following options:\n\n1. Download the latest stable release from\n [html"
I'm going to check if it was broken by a recent release of gitlab_git