git-arr/static
Eric Sunshine c91beccdb0 blob: cap amount of rendered binary blob content
Although hexdump(1)-style rendering of binary blob content may reveal
some meaningful information about the data, it wastes even more storage
space than embedding the raw data itself. However, many binary files
have a "magic number" or other signature near the beginning of the file,
so it is often possible to glean useful information from just the
initial chunk of the file without having the entire content available.

Thus, limiting the rendered data to just an initial chunk saves storage
space while still potentially presenting useful information about the
binary content.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
2015-01-13 19:51:45 +00:00
..
git-arr.css blob: cap amount of rendered binary blob content 2015-01-13 19:51:45 +00:00
git-arr.js Show the age of a repository in the index, via javascript 2013-11-02 22:18:33 +00:00
syntax.css Initial commit 2012-11-10 17:49:54 +00:00