summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-08-25gitweb: Show information about incomplete lines in commitdiffJakub Narebski-1/+5
2006-08-25gitweb: Use git-diff-tree patch output for commitdiffJakub Narebski-122/+201
2006-08-22gitweb: Sort CGI parameters returned by href()Jakub Narebski-10/+12
2006-08-22gitweb: Drop the href() params which keys are not in %mappingJakub Narebski-1/+1
2006-08-22gitweb: Use here-docJakub Narebski-31/+44
2006-08-22gitweb: Route rest of action subroutines through %actionsJakub Narebski-9/+8
2006-08-22gitweb: Use underscore instead of hyphen to separate words in HTTP headers namesJakub Narebski-4/+5
2006-08-22gitweb: Whitespace cleanup: realign, reindentJakub Narebski-79/+178
2006-08-22gitweb: Replace some presentational HTML by CSSJakub Narebski-10/+12
2006-08-22gitweb: bugfix: a.list formatting regressionJakub Narebski-4/+7
2006-08-21gitweb: Use parse_difftree_raw_line in git_difftree_bodyJakub Narebski-81/+97
2006-08-21gitweb: Added parse_difftree_raw_line function for later useJakub Narebski-0/+27
2006-08-20gitweb: Make blame and snapshot a feature.Aneesh Kumar K.V-23/+100
2006-08-17gitweb: fix snapshot supportAneesh Kumar K.V-1/+1
2006-08-17gitweb: bugfix: git_print_page_path() needs the hash baseLuben Tuikov-8/+14
2006-08-17gitweb: bugfix: commitdiff regressionLuben Tuikov-1/+1
2006-08-17gitweb: Support for snapshotAneesh Kumar K.V-4/+37
2006-08-17gitweb: Refactor printing commit messageJakub Narebski-65/+67
2006-08-17gitweb: fix project list if PATH_INFO=="/".Martin Waitz-1/+2
2006-08-17gitweb: support for / as home_link.Martin Waitz-1/+1
2006-08-17gitweb: support for "fp" parameter.Martin Waitz-5/+11
2006-08-17gitweb: continue consolidation of URL generation.Martin Waitz-33/+35
2006-08-17gitweb: Uniquify version info output, add meta generator in page headerJakub Narebski-1/+2
2006-08-16gitweb: Add support for per project git URLsJakub Narebski-3/+17
2006-08-15gitweb: consolidate action URL generation.Martin Waitz-87/+84
2006-08-15gitweb: provide function to format the URL for an action link.Martin Waitz-0/+27
2006-08-15gitweb: Show project's git URL on summary pageJakub Narebski-2/+12
2006-08-14gitweb: configurable home link stringYasushi SHOJI-1/+4
2006-08-14gitweb: Separate printing difftree in git_commit into git_difftree_bodyJakub Narebski-95/+146
2006-08-14gitweb: True fix: Support for the standard mime.types map in gitwebJakub Narebski-1/+4
2006-08-14gitweb: Skip comments in mime.types like fileJakub Narebski-0/+1
2006-08-14gitweb: Change appereance of marker of refs pointing to given objectJakub Narebski-9/+47
2006-08-14gitweb: Separate finding project owner into git_get_project_ownerJakub Narebski-18/+32
2006-08-14gitweb: Separate main part of git_history into git_history_bodyJakub Narebski-36/+60
2006-08-14gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_bodyJakub Narebski-16/+23
2006-08-14gitweb: Separate ref parsing in git_get_refs_list into parse_refJakub Narebski-35/+45
2006-08-14gitweb: Great subroutines renamingJakub Narebski-125/+125
2006-08-12Merge branch 'jn/web'Junio C Hamano-7/+7
2006-08-10gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski-7/+7
2006-08-07gitweb: blame table row no highlight fixLuben Tuikov-1/+5
2006-08-07gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov-7/+9
2006-08-07gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski-2/+0
2006-08-06gitweb: fix $project usageMatthias Lederhofer-5/+12
2006-08-06gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer-1/+7
2006-08-06gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski-3/+7
2006-08-06gitweb: fix commitdiff for root commitsJakub Narebski-1/+1
2006-08-06gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer-1/+1
2006-08-06gitweb: Refactor untabifying - converting tabs to spacesJakub Narebski-19/+18
2006-08-06gitweb: Inline $rss_linkJakub Narebski-7/+6
2006-08-06gitweb: PATH_INFO=/ means no projectJakub Narebski-2/+2