summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)AuthorFilesLines
2006-07-31gitweb: avoid undefined value warning in print_page_pathLibravatar Junio C Hamano1-3/+3
2006-07-31gitweb: when showing history of a tree, show tree link not blobLibravatar Junio C Hamano1-1/+1
2006-07-31gitweb: fix use of uninitialized value.Libravatar Junio C Hamano1-3/+5
2006-07-31gitweb: an obvious cut and paste error.Libravatar Junio C Hamano1-1/+1
2006-07-31gitweb: There can be more than two levels of subdirectoriesLibravatar Junio C Hamano1-16/+8
2006-07-31gitweb: use a hash to lookup the sub for an actionLibravatar Matthias Lederhofer1-56/+25
2006-07-31gitweb: Reordering code and dividing it into categoriesLibravatar Jakub Narebski1-776/+840
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionLibravatar Jakub Narebski1-1/+1
2006-07-31gitweb: do not quote path for list version of open "-|"Libravatar Jakub Narebski1-1/+1
2006-07-31gitweb: Refactor generation of shortlog, tags and heads bodyLibravatar Jakub Narebski2-209/+184
2006-07-30gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Libravatar Jakub Narebski1-31/+22
2006-07-30gitweb: Remove characters entities entirely when shortening stringLibravatar Jakub Narebski1-0/+1
2006-07-30gitweb: Headers refactoring - use git_header_div for header divsLibravatar Jakub Narebski1-60/+40
2006-07-30gitweb: Remove $project from git_get_paging_nav argumentsLibravatar Jakub Narebski1-3/+3
2006-07-30gitweb: Pager refactoring - use git_get_paging_nav for paginationLibravatar Jakub Narebski1-36/+32
2006-07-30gitweb: Add "\n" after <br/> in git_page_navLibravatar Jakub Narebski1-1/+1
2006-07-30gitweb: Show project descriptions with utf-8 characters in project list corre...Libravatar Jakub Narebski1-1/+1
2006-07-30gitweb: Replace form-feed character by ^LLibravatar Jakub Narebski1-0/+1
2006-07-30gitweb: Navbar refactoring - use git_page_nav to generate navigation barLibravatar Jakub Narebski1-169/+66
2006-07-30gitweb: Add git_page_nav for later useLibravatar Jakub Narebski1-0/+34
2006-07-30gitweb: Cleanup - chomp @lines in consistent styleLibravatar Jakub Narebski1-10/+9
2006-07-30gitweb: Cleanup - chomp $line in consistent styleLibravatar Jakub Narebski1-2/+2
2006-07-30gitweb: More explicit error messages for open "-|"Libravatar Jakub Narebski1-12/+17
2006-07-30gitweb: simplify git_get_hash_by_pathLibravatar Jakub Narebski1-23/+9
2006-07-30gitweb: Use list for of open for running git commands, thorougly.Libravatar Jakub Narebski1-24/+27
2006-07-30gitweb: whitespace cleanupLibravatar Jakub Narebski1-28/+30
2006-07-30Merge branch 'lt/web'Libravatar Junio C Hamano1-2/+75
2006-07-28Merge branch 'lt/web'Libravatar Junio C Hamano1-28/+55
2006-07-26gitweb: fix two warningsLibravatar Johannes Schindelin1-2/+2
2006-07-25gitweb: escape tag commentsLibravatar Daniel Drake1-1/+1
2006-07-24gitweb.cgi: git_blame2: slight optimization reading the blame linesLibravatar Luben Tuikov1-14/+5
2006-07-24gitweb.cgi: Centralize printing of the page pathLibravatar Luben Tuikov1-20/+21
2006-07-24gitweb.cgi: git_blame2: Revision blocks now have alternating colorsLibravatar Luben Tuikov1-4/+11
2006-07-24gitweb.cgi: Show "raw" head of project link even when $hash is not definedLibravatar Luben Tuikov1-0/+3
2006-07-24gitweb.cgi: git_blame2: Allow back-trekking through commitsLibravatar Luben Tuikov1-1/+7
2006-07-24gitweb.cgi: git_blame2: an alternative simple working git blameLibravatar Luben Tuikov1-1/+70
2006-07-24gitweb.cgi: Include direct link to "raw" files from "history"Libravatar Luben Tuikov1-6/+29
2006-07-24gitweb.cgi: Teach git_history() to read hash from $hash_baseLibravatar Luben Tuikov1-13/+13
2006-07-13gitweb.css: Use monospace fonts for commits and tree-diff.Libravatar Luben Tuikov1-1/+8
2006-07-12gitweb: Make command invocations go through the git wrapperLibravatar Alp Toker1-33/+29
2006-07-11gitweb: Include a site name in page titlesLibravatar Alp Toker1-2/+6
2006-07-11gitweb: Send XHTML as 'application/xhtml+xml' where possibleLibravatar Alp Toker1-2/+12
2006-07-10gitweb.cgi: Teach "a=blob" action to know the blob/file mime typeLibravatar Luben Tuikov1-60/+67
2006-07-10gitweb.cgi: Create $git_temp if it doesn't existLibravatar Luben Tuikov1-0/+3
2006-07-09Add "raw" output option to blobs in "tree" view formatLibravatar Luben Tuikov1-0/+1
2006-07-01gitweb: Declare global variables with "our"Libravatar Dennis Stosberg1-28/+27
2006-07-01gitweb: Enable tree (directory) history displayLibravatar Luben Tuikov1-0/+1
2006-07-01gitweb: optimize per-file history generationLibravatar Junio C Hamano1-7/+3
2006-06-22gitweb: whitespace cleanup around '='Libravatar Jakub Narebski1-4/+4
2006-06-22gitweb: Use $hash_base as $search_hash if possibleLibravatar Timo Hirvonen1-1/+3