"No preview for this file type" for various .cpp files
Created by: cnovy9
I have a cpp file in my repo that contains the char '^A'
char buff[10]; memcpy(buff,"192=^A",5);
git diff works correctly, but through the web interface all I see on commits is "No preview for this file type"
I can't see any way to for .cpp files to be treated as text files to see the commit diffs.
I'm using
- 6c1c2842 - (HEAD, origin/6-0-stable, 6-0-stable) Merge pull request #4895 from axilleas/clear-cache (3 weeks ago)
bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes Has python2? ... yes python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.0 ? ... OK (1.7.0) Repo base directory exists? ... yes Repo base directory is a symlink? ... no Repo base owned by git:git? ... yes Repo base access is drwxrws---? ... yes post-receive hook up-to-date? ... yes post-receive hooks in repos are links: ... xxxx ... ok
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes Database is SQLite ... no All migrations up? ... yes GitLab config exists? ... yes GitLab config outdated? ... no Log directory writable? ... yes Tmp directory writable? ... yes Init script exists? ... yes Init script up-to-date? ... yes Projects have satellites? ... xxxx ... yes Redis version >= 2.0.0? ... yes Your git bin path is "/usr/bin/git" Git version >= 1.7.10 ? ... yes (1.7.11)
Checking GitLab ... Finished