summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)AuthorFilesLines
2006-08-07gitweb: blame table row no highlight fixLibravatar Luben Tuikov2-1/+5
2006-08-07gitweb: bugfix: git_commit and git_commitdiff parentsLibravatar Luben Tuikov1-7/+9
2006-08-07gitweb: Remove unused variables in git_shortlog_body and git_headsLibravatar Jakub Narebski1-2/+0
2006-08-06gitweb: fix $project usageLibravatar Matthias Lederhofer1-5/+12
2006-08-06gitweb: fix commitdiff_plain for root commitsLibravatar Matthias Lederhofer1-1/+7
2006-08-06gitweb: Skip nonmatching lines in difftree output, consistentlyLibravatar Jakub Narebski1-3/+7
2006-08-06gitweb: fix commitdiff for root commitsLibravatar Jakub Narebski1-1/+1
2006-08-06gitweb: check if HTTP_ACCEPT is really setLibravatar Matthias Lederhofer1-1/+1
2006-08-06gitweb: Refactor untabifying - converting tabs to spacesLibravatar Jakub Narebski1-19/+18
2006-08-06gitweb: Inline $rss_linkLibravatar Jakub Narebski1-7/+6
2006-08-06gitweb: PATH_INFO=/ means no projectLibravatar Jakub Narebski1-2/+2
2006-08-06gitweb: No error messages with unescaped/unprotected user inputLibravatar Jakub Narebski1-1/+1
2006-08-06gitweb: No periods for error messagesLibravatar Jakub Narebski1-46/+46
2006-08-06gitweb: Cleanup and uniquify error messagesLibravatar Jakub Narebski1-6/+6
2006-08-06gitweb: Don't undefine query parameter related variables before die_errorLibravatar Jakub Narebski1-16/+5
2006-08-06gitweb: Use undef for die_error to use default first (status) parameter valueLibravatar Jakub Narebski1-1/+1
2006-08-06gitweb: die_error first (optional) parameter is HTTP statusLibravatar Jakub Narebski1-2/+2
2006-08-06gitweb: Separate input validation and dispatch, add comment about opml actionLibravatar Jakub Narebski1-0/+2
2006-08-04gitweb: git_tree displays blame based on repository configLibravatar Luben Tuikov1-3/+6
2006-08-02gitweb: do not use @@FOO@@ for replaced tokensLibravatar Junio C Hamano1-9/+9
2006-08-02gitweb: require $ENV{'GITWEB_CONFIG'}Libravatar Matthias Lederhofer2-1/+6
2006-08-02gitweb: optionally read config from GITWEB_CONFIGLibravatar Jeff King1-7/+12
2006-08-01gitweb/README: do not bug Kay with gitweb questions anymoreLibravatar Junio C Hamano1-1/+5
2006-08-01gitweb: use out-of-line GIT logo.Libravatar Martin Waitz3-25/+6
2006-08-01gitweb: fill in gitweb configuration by MakefileLibravatar Martin Waitz2-8/+24
2006-07-31gitweb: Refactoring git_project_listLibravatar Jakub Narebski1-22/+35
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