summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)AuthorFilesLines
2006-08-16gitweb: Add support for per project git URLsJakub Narebski1-3/+17
2006-08-15gitweb: consolidate action URL generation.Martin Waitz1-87/+84
2006-08-15gitweb: provide function to format the URL for an action link.Martin Waitz1-0/+27
2006-08-15gitweb: Show project's git URL on summary pageJakub Narebski1-2/+12
2006-08-14gitweb: configurable home link stringYasushi SHOJI1-1/+4
2006-08-14gitweb: Separate printing difftree in git_commit into git_difftree_bodyJakub Narebski2-95/+146
2006-08-14gitweb: True fix: Support for the standard mime.types map in gitwebJakub Narebski1-1/+4
2006-08-14gitweb: Skip comments in mime.types like fileJakub Narebski1-0/+1
2006-08-14gitweb: Change appereance of marker of refs pointing to given objectJakub Narebski2-9/+47
2006-08-14gitweb: Separate finding project owner into git_get_project_ownerJakub Narebski1-18/+32
2006-08-14gitweb: Separate main part of git_history into git_history_bodyJakub Narebski1-36/+60
2006-08-14gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_bodyJakub Narebski2-16/+23
2006-08-14gitweb: Separate ref parsing in git_get_refs_list into parse_refJakub Narebski1-35/+45
2006-08-14gitweb: Great subroutines renamingJakub Narebski1-125/+125
2006-08-12Merge branch 'jn/web'Junio C Hamano1-7/+7
2006-08-10gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski1-7/+7
2006-08-07gitweb: blame table row no highlight fixLuben Tuikov2-1/+5
2006-08-07gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov1-7/+9
2006-08-07gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski1-2/+0
2006-08-06gitweb: fix $project usageMatthias Lederhofer1-5/+12
2006-08-06gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer1-1/+7
2006-08-06gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski1-3/+7
2006-08-06gitweb: fix commitdiff for root commitsJakub Narebski1-1/+1
2006-08-06gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer1-1/+1
2006-08-06gitweb: Refactor untabifying - converting tabs to spacesJakub Narebski1-19/+18
2006-08-06gitweb: Inline $rss_linkJakub Narebski1-7/+6
2006-08-06gitweb: PATH_INFO=/ means no projectJakub Narebski1-2/+2
2006-08-06gitweb: No error messages with unescaped/unprotected user inputJakub Narebski1-1/+1
2006-08-06gitweb: No periods for error messagesJakub Narebski1-46/+46
2006-08-06gitweb: Cleanup and uniquify error messagesJakub Narebski1-6/+6
2006-08-06gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski1-16/+5
2006-08-06gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski1-1/+1
2006-08-06gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski1-2/+2
2006-08-06gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski1-0/+2
2006-08-04gitweb: git_tree displays blame based on repository configLuben Tuikov1-3/+6
2006-08-02gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano1-9/+9
2006-08-02gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer2-1/+6
2006-08-02gitweb: optionally read config from GITWEB_CONFIGJeff King1-7/+12
2006-08-01gitweb/README: do not bug Kay with gitweb questions anymoreJunio C Hamano1-1/+5
2006-08-01gitweb: use out-of-line GIT logo.Martin Waitz3-25/+6
2006-08-01gitweb: fill in gitweb configuration by MakefileMartin Waitz2-8/+24
2006-07-31gitweb: Refactoring git_project_listJakub Narebski1-22/+35
2006-07-31gitweb: avoid undefined value warning in print_page_pathJunio C Hamano1-3/+3
2006-07-31gitweb: when showing history of a tree, show tree link not blobJunio C Hamano1-1/+1
2006-07-31gitweb: fix use of uninitialized value.Junio C Hamano1-3/+5
2006-07-31gitweb: an obvious cut and paste error.Junio C Hamano1-1/+1
2006-07-31gitweb: There can be more than two levels of subdirectoriesJunio C Hamano1-16/+8
2006-07-31gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer1-56/+25
2006-07-31gitweb: Reordering code and dividing it into categoriesJakub Narebski1-776/+840
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski1-1/+1