gitweb.cgi: Teach "a=blob" action to know the blob/file mime type
commit930cf7dd7cc6b87d173f182230763e1f1913d319
authorLuben Tuikov <ltuikov@yahoo.com>
Mon, 10 Jul 2006 03:18:57 +0000 (9 20:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Jul 2006 07:30:11 +0000 (10 00:30 -0700)
tree2fbb913c60f75f841fd07382cea2bd79903a572e
parent9af25117963382b5f4c342bc9dbae7b4e60c4a11
gitweb.cgi: Teach "a=blob" action to know the blob/file mime type

Now action "blob" knows the file type: if the file type is
not "text/*" then action "blob" defaults to "blob_plain",
i.e. the file is downloaded raw for the browser to interpret.
If the file type is "text/*", then "blob" defaults to the
current "cat -n"-like output, from which you can click
"plain", to get the "blob_plain" output.

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi