1
0
mirror of https://github.com/git/git.git synced 2024-09-29 16:41:53 +02:00
git/gitweb
Luben Tuikov 930cf7dd7c 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>
2006-07-10 00:30:11 -07:00
..
test Merge git://git.kernel.org/pub/scm/git/gitweb 2006-06-10 11:20:59 -07:00
gitweb.cgi gitweb.cgi: Teach "a=blob" action to know the blob/file mime type 2006-07-10 00:30:11 -07:00
gitweb.css gitweb: whitespace cleanup 2006-06-21 02:02:00 -07:00
README Update gitweb README: gitweb is now included with git 2006-06-17 16:06:20 -07:00

GIT web Interface

The one working on:
  http://www.kernel.org/git/

From the git version 1.4.0 gitweb is bundled with git.

Any comment/question/concern to:
  Kay Sievers <kay.sievers@vrfy.org>