summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-08-26gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski
2006-08-26gitweb: Add git_get_rev_name_tags functionJakub Narebski
2006-08-26gitweb: Faster return from git_get_preceding_references if possibleJakub Narebski
2006-08-26gitweb: Add git_get_{following,preceding}_references functionsJakub Narebski
2006-08-26gitweb: Streamify patch output in git_commitdiffJakub Narebski
2006-08-26gitweb: Remove invalid comment in format_diff_lineJakub Narebski
2006-08-26gitweb: Show information about incomplete lines in commitdiffJakub Narebski
2006-08-26gitweb: Use git-diff-tree patch output for commitdiffJakub Narebski
2006-08-22gitweb: Sort CGI parameters returned by href()Jakub Narebski
2006-08-22gitweb: Drop the href() params which keys are not in %mappingJakub Narebski
2006-08-22gitweb: Use here-docJakub Narebski
2006-08-22gitweb: Route rest of action subroutines through %actionsJakub Narebski
2006-08-22gitweb: Use underscore instead of hyphen to separate words in HTTP headers namesJakub Narebski
2006-08-22gitweb: Whitespace cleanup: realign, reindentJakub Narebski
2006-08-22gitweb: Replace some presentational HTML by CSSJakub Narebski
2006-08-22gitweb: bugfix: a.list formatting regressionJakub Narebski
2006-08-21gitweb: Use parse_difftree_raw_line in git_difftree_bodyJakub Narebski
2006-08-21gitweb: Added parse_difftree_raw_line function for later useJakub Narebski
2006-08-20gitweb: Make blame and snapshot a feature.Aneesh Kumar K.V
2006-08-18gitweb: fix snapshot supportAneesh Kumar K.V
2006-08-17gitweb: bugfix: git_print_page_path() needs the hash baseLuben Tuikov
2006-08-17gitweb: bugfix: commitdiff regressionLuben Tuikov
2006-08-17gitweb: Support for snapshotAneesh Kumar K.V
2006-08-17gitweb: Refactor printing commit messageJakub Narebski
2006-08-17gitweb: fix project list if PATH_INFO=="/".Martin Waitz
2006-08-17gitweb: support for / as home_link.Martin Waitz
2006-08-17gitweb: support for "fp" parameter.Martin Waitz
2006-08-17gitweb: continue consolidation of URL generation.Martin Waitz
2006-08-17gitweb: Uniquify version info output, add meta generator in page headerJakub Narebski
2006-08-16gitweb: Add support for per project git URLsJakub Narebski
2006-08-16gitweb: consolidate action URL generation.Martin Waitz
2006-08-16gitweb: provide function to format the URL for an action link.Martin Waitz
2006-08-16gitweb: Show project's git URL on summary pageJakub Narebski
2006-08-15gitweb: configurable home link stringYasushi SHOJI
2006-08-15gitweb: Separate printing difftree in git_commit into git_difftree_bodyJakub Narebski
2006-08-15gitweb: True fix: Support for the standard mime.types map in gitwebJakub Narebski
2006-08-15gitweb: Skip comments in mime.types like fileJakub Narebski
2006-08-15gitweb: Change appereance of marker of refs pointing to given objectJakub Narebski
2006-08-15gitweb: Separate finding project owner into git_get_project_ownerJakub Narebski
2006-08-15gitweb: Separate main part of git_history into git_history_bodyJakub Narebski
2006-08-15gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_bodyJakub Narebski
2006-08-14gitweb: Separate ref parsing in git_get_refs_list into parse_refJakub Narebski
2006-08-14gitweb: Great subroutines renamingJakub Narebski
2006-08-13Merge branch 'jn/web'Junio C Hamano
2006-08-10gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski
2006-08-08gitweb: blame table row no highlight fixLuben Tuikov
2006-08-08gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov
2006-08-08gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski
2006-08-06gitweb: fix $project usageMatthias Lederhofer
2006-08-06gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer