summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-07-24gitweb.cgi: git_blame2: an alternative simple working git blameLuben Tuikov-1/+70
2006-07-24gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov-6/+29
2006-07-24gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov-13/+13
2006-07-13gitweb.css: Use monospace fonts for commits and tree-diff.Luben Tuikov-1/+8
2006-07-12gitweb: Make command invocations go through the git wrapperAlp Toker-33/+29
2006-07-11gitweb: Include a site name in page titlesAlp Toker-2/+6
2006-07-11gitweb: Send XHTML as 'application/xhtml+xml' where possibleAlp Toker-2/+12
2006-07-10gitweb.cgi: Teach "a=blob" action to know the blob/file mime typeLuben Tuikov-60/+67
2006-07-10gitweb.cgi: Create $git_temp if it doesn't existLuben Tuikov-0/+3
2006-07-09Add "raw" output option to blobs in "tree" view formatLuben Tuikov-0/+1
2006-07-01gitweb: Declare global variables with "our"Dennis Stosberg-28/+27
2006-07-01gitweb: Enable tree (directory) history displayLuben Tuikov-0/+1
2006-07-01gitweb: optimize per-file history generationJunio C Hamano-7/+3
2006-06-22gitweb: whitespace cleanup around '='Jakub Narebski-4/+4
2006-06-22gitweb: Use $hash_base as $search_hash if possibleTimo Hirvonen-1/+3
2006-06-21gitweb: Make use of $PATH_INFO for project parameterJakub Narebski-1/+2
2006-06-21Move $gitbin earlier in gitweb.cgiJakub Narebski-3/+3
2006-06-21Add git version to gitweb outputJakub Narebski-2/+11
2006-06-21gitweb: whitespace cleanupJakub Narebski-21/+21
2006-06-20gitweb: style done with stylesheetJakub Narebski-154/+246
2006-06-20gitweb: A couple of page title tweakingJakub Narebski-0/+6
2006-06-20Fix: Support for the standard mime.types map in gitwebJakub Narebski-1/+1
2006-06-19gitweb: add type="text/css" to stylesheet linkJakub Narebski-2/+2
2006-06-19Make CSS file gitweb/gitweb.css more readableJakub Narebski-50/+222
2006-06-18Fix gitweb stylesheetJakub Narebski-0/+4
2006-06-18Support for the standard mime.types map in gitwebPetr Baudis-0/+44
2006-06-18gitweb: text files for 'blob_plain' action without charset by defaultJakub Narebski-3/+3
2006-06-18gitweb: safely output binary files for 'blob_plain' actionJakub Narebski-4/+39
2006-06-18Move gitweb style to gitweb.cssJakub Narebski-60/+58
2006-06-17Update gitweb README: gitweb is now included with gitJakub Narebski-8/+1
2006-06-16gitweb: Make the `blame' interface in gitweb optional.Florian Forster-2/+25
2006-06-16gitweb: Adding a `blame' interface.Florian Forster-1/+107
2006-06-10Merge git://git.kernel.org/pub/scm/git/gitwebJunio C Hamano-0/+2435