summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)AuthorFilesLines
2006-08-21gitweb: Use parse_difftree_raw_line in git_difftree_bodyLibravatar Jakub Narebski1-81/+97
2006-08-21gitweb: Added parse_difftree_raw_line function for later useLibravatar Jakub Narebski1-0/+27
2006-08-20gitweb: Make blame and snapshot a feature.Libravatar Aneesh Kumar K.V1-23/+100
2006-08-17gitweb: fix snapshot supportLibravatar Aneesh Kumar K.V1-1/+1
2006-08-17gitweb: bugfix: git_print_page_path() needs the hash baseLibravatar Luben Tuikov1-8/+14
2006-08-17gitweb: bugfix: commitdiff regressionLibravatar Luben Tuikov1-1/+1
2006-08-17gitweb: Support for snapshotLibravatar Aneesh Kumar K.V1-4/+37
2006-08-17gitweb: Refactor printing commit messageLibravatar Jakub Narebski1-65/+67
2006-08-17gitweb: fix project list if PATH_INFO=="/".Libravatar Martin Waitz1-1/+2
2006-08-17gitweb: support for / as home_link.Libravatar Martin Waitz1-1/+1
2006-08-17gitweb: support for "fp" parameter.Libravatar Martin Waitz1-5/+11
2006-08-17gitweb: continue consolidation of URL generation.Libravatar Martin Waitz1-33/+35
2006-08-17gitweb: Uniquify version info output, add meta generator in page headerLibravatar Jakub Narebski1-1/+2
2006-08-16gitweb: Add support for per project git URLsLibravatar Jakub Narebski1-3/+17
2006-08-15gitweb: consolidate action URL generation.Libravatar Martin Waitz1-87/+84
2006-08-15gitweb: provide function to format the URL for an action link.Libravatar Martin Waitz1-0/+27
2006-08-15gitweb: Show project's git URL on summary pageLibravatar Jakub Narebski1-2/+12
2006-08-14gitweb: configurable home link stringLibravatar Yasushi SHOJI1-1/+4
2006-08-14gitweb: Separate printing difftree in git_commit into git_difftree_bodyLibravatar Jakub Narebski1-95/+142
2006-08-14gitweb: True fix: Support for the standard mime.types map in gitwebLibravatar Jakub Narebski1-1/+4
2006-08-14gitweb: Skip comments in mime.types like fileLibravatar Jakub Narebski1-0/+1
2006-08-14gitweb: Change appereance of marker of refs pointing to given objectLibravatar Jakub Narebski1-7/+30
2006-08-14gitweb: Separate finding project owner into git_get_project_ownerLibravatar Jakub Narebski1-18/+32
2006-08-14gitweb: Separate main part of git_history into git_history_bodyLibravatar Jakub Narebski1-36/+60
2006-08-14gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_bodyLibravatar Jakub Narebski1-16/+18
2006-08-14gitweb: Separate ref parsing in git_get_refs_list into parse_refLibravatar Jakub Narebski1-35/+45
2006-08-14gitweb: Great subroutines renamingLibravatar Jakub Narebski1-125/+125
2006-08-12Merge branch 'jn/web'Libravatar Junio C Hamano1-7/+7
2006-08-10gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignLibravatar Jakub Narebski1-7/+7
2006-08-07gitweb: blame table row no highlight fixLibravatar Luben Tuikov1-1/+1
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 Lederhofer1-1/+1