aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.cgi
AgeCommit message (Expand)Author
2006-08-01gitweb: fill in gitweb configuration by MakefileMartin Waitz
2006-07-31gitweb: Refactoring git_project_listJakub Narebski
2006-07-31gitweb: avoid undefined value warning in print_page_pathJunio C Hamano
2006-07-31gitweb: when showing history of a tree, show tree link not blobJunio C Hamano
2006-07-31gitweb: fix use of uninitialized value.Junio C Hamano
2006-07-31gitweb: an obvious cut and paste error.Junio C Hamano
2006-07-31gitweb: There can be more than two levels of subdirectoriesJunio C Hamano
2006-07-31gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer
2006-07-31gitweb: Reordering code and dividing it into categoriesJakub Narebski
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski
2006-07-31gitweb: do not quote path for list version of open "-|"Jakub Narebski
2006-07-31gitweb: Refactor generation of shortlog, tags and heads bodyJakub Narebski
2006-07-30gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Jakub Narebski
2006-07-30gitweb: Remove characters entities entirely when shortening stringJakub Narebski
2006-07-30gitweb: Headers refactoring - use git_header_div for header divsJakub Narebski
2006-07-30gitweb: Remove $project from git_get_paging_nav argumentsJakub Narebski
2006-07-30gitweb: Pager refactoring - use git_get_paging_nav for paginationJakub Narebski
2006-07-30gitweb: Add "\n" after <br/> in git_page_navJakub Narebski
2006-07-30gitweb: Show project descriptions with utf-8 characters in project list corre...Jakub Narebski
2006-07-30gitweb: Replace form-feed character by ^LJakub Narebski
2006-07-30gitweb: Navbar refactoring - use git_page_nav to generate navigation barJakub Narebski
2006-07-30gitweb: Add git_page_nav for later useJakub Narebski
2006-07-30gitweb: Cleanup - chomp @lines in consistent styleJakub Narebski
2006-07-30gitweb: Cleanup - chomp $line in consistent styleJakub Narebski
2006-07-30gitweb: More explicit error messages for open "-|"Jakub Narebski
2006-07-30gitweb: simplify git_get_hash_by_pathJakub Narebski
2006-07-30gitweb: Use list for of open for running git commands, thorougly.Jakub Narebski
2006-07-30gitweb: whitespace cleanupJakub Narebski
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-24gitweb.cgi: git_blame2: slight optimization reading the blame linesLuben Tuikov
2006-07-24gitweb.cgi: Centralize printing of the page pathLuben Tuikov
2006-07-24gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLuben Tuikov
2006-07-24gitweb.cgi: Show "raw" head of project link even when $hash is not definedLuben Tuikov
2006-07-24gitweb.cgi: git_blame2: Allow back-trekking through commitsLuben Tuikov
2006-07-24gitweb.cgi: git_blame2: an alternative simple working git blameLuben Tuikov
2006-07-24gitweb.cgi: Include direct link to "raw" files from "history"Luben Tuikov
2006-07-24gitweb.cgi: Teach git_history() to read hash from $hash_baseLuben Tuikov
2006-07-12gitweb: 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-01gitweb: Declare global variables with "our"Dennis Stosberg
2006-07-01gitweb: Enable tree (directory) history displayLuben Tuikov
2006-07-01gitweb: optimize per-file history generationJunio C Hamano
2006-06-22gitweb: whitespace cleanup around '='Jakub Narebski