GET req with Accept JSON header now returns JSON File Info

Former-commit-id: 49499ad674d707034438bf85b749908ceb37fe12
This commit is contained in:
Henrique Dias
2017-01-25 14:43:13 +00:00
parent 70924d4f13
commit 1f6f759d70
2 changed files with 14 additions and 6 deletions

View File

@@ -113,6 +113,8 @@ func (i Info) CanBeEdited() bool {
return true
}
// If the type isn't text (and is blob for example), it will check some
// common types that are mistaken not to be text.
extensions := [...]string{
".md", ".markdown", ".mdown", ".mmark",
".asciidoc", ".adoc", ".ad",