summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-07-30Merge branch 'lt/web'Junio C Hamano
2006-07-28Merge branch 'lt/web'Junio C Hamano
2006-07-26gitweb: fix two warningsJohannes Schindelin
2006-07-25gitweb: escape tag commentsDaniel Drake
2006-07-25gitweb.cgi: git_blame2: slight optimization reading the blame linesLuben Tuikov
2006-07-25gitweb.cgi: Centralize printing of the page pathLuben Tuikov
2006-07-25gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLuben Tuikov
2006-07-25gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov
2006-07-25gitweb.cgi: git_blame2: Allow back-trekking through commitsLuben Tuikov
2006-07-25gitweb.cgi: git_blame2: an alternative simple working git blameLuben Tuikov
2006-07-25gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov
2006-07-25gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov
2006-07-14gitweb.css: Use monospace fonts for commits and tree-diff.Luben Tuikov
2006-07-13gitweb: Make command invocations go through the git wrapperAlp Toker
2006-07-11gitweb: Include a site name in page titlesAlp Toker
2006-07-11gitweb: Send XHTML as 'application/xhtml+xml' where possibleAlp Toker
2006-07-10gitweb.cgi: Teach "a=blob" action to know the blob/file mime typeLuben Tuikov
2006-07-10gitweb.cgi: Create $git_temp if it doesn't existLuben Tuikov
2006-07-09Add "raw" output option to blobs in "tree" view formatLuben Tuikov
2006-07-02gitweb: Declare global variables with "our"Dennis Stosberg
2006-07-02gitweb: Enable tree (directory) history displayLuben Tuikov
2006-07-02gitweb: optimize per-file history generationJunio C Hamano
2006-06-22gitweb: whitespace cleanup around '='Jakub Narebski
2006-06-22gitweb: Use $hash_base as $search_hash if possibleTimo Hirvonen
2006-06-21gitweb: Make use of $PATH_INFO for project parameterJakub Narebski
2006-06-21Move $gitbin earlier in gitweb.cgiJakub Narebski
2006-06-21Add git version to gitweb outputJakub Narebski
2006-06-21gitweb: whitespace cleanupJakub Narebski
2006-06-20gitweb: style done with stylesheetJakub Narebski
2006-06-20gitweb: A couple of page title tweakingJakub Narebski
2006-06-20Fix: Support for the standard mime.types map in gitwebJakub Narebski
2006-06-20gitweb: add type="text/css" to stylesheet linkJakub Narebski
2006-06-19Make CSS file gitweb/gitweb.css more readableJakub Narebski
2006-06-19Fix gitweb stylesheetJakub Narebski
2006-06-19Support for the standard mime.types map in gitwebPetr Baudis
2006-06-19gitweb: text files for 'blob_plain' action without charset by defaultJakub Narebski
2006-06-19gitweb: safely output binary files for 'blob_plain' actionJakub Narebski
2006-06-19Move gitweb style to gitweb.cssJakub Narebski
2006-06-17Update gitweb README: gitweb is now included with gitJakub Narebski
2006-06-17gitweb: Make the `blame' interface in gitweb optional.Florian Forster
2006-06-17gitweb: Adding a `blame' interface.Florian Forster
2006-06-10Merge git://git.kernel.org/pub/scm/git/gitwebJunio C Hamano