summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/web'Junio C Hamano2006-07-301-2/+75
|\
| * gitweb.cgi: git_blame2: slight optimization reading the blame linesLuben Tuikov2006-07-241-14/+5
| * gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLuben Tuikov2006-07-241-4/+11
| * gitweb.cgi: git_blame2: Allow back-trekking through commitsLuben Tuikov2006-07-241-1/+7
| * gitweb.cgi: git_blame2: an alternative simple working git blameLuben Tuikov2006-07-241-1/+70
* | Merge branch 'lt/web'Junio C Hamano2006-07-281-28/+55
|\ \ | |/
| * gitweb.cgi: Centralize printing of the page pathLuben Tuikov2006-07-241-20/+21
| * gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov2006-07-241-0/+3
| * gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov2006-07-241-6/+29
| * gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov2006-07-241-13/+13
* | gitweb: fix two warningsJohannes Schindelin2006-07-261-2/+2
* | gitweb: escape tag commentsDaniel Drake2006-07-251-1/+1
|/
* gitweb.css: Use monospace fonts for commits and tree-diff.Luben Tuikov2006-07-131-1/+8
* gitweb: Make command invocations go through the git wrapperAlp Toker2006-07-121-33/+29
* gitweb: Include a site name in page titlesAlp Toker2006-07-111-2/+6
* gitweb: Send XHTML as 'application/xhtml+xml' where possibleAlp Toker2006-07-111-2/+12
* gitweb.cgi: Teach "a=blob" action to know the blob/file mime typeLuben Tuikov2006-07-101-60/+67
* gitweb.cgi: Create $git_temp if it doesn't existLuben Tuikov2006-07-101-0/+3
* Add "raw" output option to blobs in "tree" view formatLuben Tuikov2006-07-091-0/+1
* gitweb: Declare global variables with "our"Dennis Stosberg2006-07-011-28/+27
* gitweb: Enable tree (directory) history displayLuben Tuikov2006-07-011-0/+1
* gitweb: optimize per-file history generationJunio C Hamano2006-07-011-7/+3
* gitweb: whitespace cleanup around '='Jakub Narebski2006-06-221-4/+4
* gitweb: Use $hash_base as $search_hash if possibleTimo Hirvonen2006-06-221-1/+3
* gitweb: Make use of $PATH_INFO for project parameterJakub Narebski2006-06-211-1/+2
* Move $gitbin earlier in gitweb.cgiJakub Narebski2006-06-211-3/+3
* Add git version to gitweb outputJakub Narebski2006-06-211-2/+11
* gitweb: whitespace cleanupJakub Narebski2006-06-212-21/+21
* gitweb: style done with stylesheetJakub Narebski2006-06-202-154/+246
* gitweb: A couple of page title tweakingJakub Narebski2006-06-201-0/+6
* Fix: Support for the standard mime.types map in gitwebJakub Narebski2006-06-201-1/+1
* gitweb: add type="text/css" to stylesheet linkJakub Narebski2006-06-191-2/+2
* Make CSS file gitweb/gitweb.css more readableJakub Narebski2006-06-191-50/+222
* Fix gitweb stylesheetJakub Narebski2006-06-181-0/+4
* Support for the standard mime.types map in gitwebPetr Baudis2006-06-181-0/+44
* gitweb: text files for 'blob_plain' action without charset by defaultJakub Narebski2006-06-181-3/+3
* gitweb: safely output binary files for 'blob_plain' actionJakub Narebski2006-06-181-4/+39
* Move gitweb style to gitweb.cssJakub Narebski2006-06-182-60/+58
* Update gitweb README: gitweb is now included with gitJakub Narebski2006-06-171-8/+1
* gitweb: Make the `blame' interface in gitweb optional.Florian Forster2006-06-161-2/+25
* gitweb: Adding a `blame' interface.Florian Forster2006-06-161-1/+107
* Merge git://git.kernel.org/pub/scm/git/gitwebJunio C Hamano2006-06-105-0/+2435