summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)Author
2006-08-26gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski
2006-08-25gitweb: Remove creating directory for temporary filesJakub Narebski
2006-08-25gitweb: Remove git_diff_print subroutineJakub Narebski
2006-08-25gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski
2006-08-25gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski
2006-08-25gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski
2006-08-25gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski
2006-08-25gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski
2006-08-25gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski
2006-08-25gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski
2006-08-25gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski
2006-08-25gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski
2006-08-25gitweb: Add git_get_rev_name_tags functionJakub Narebski
2006-08-25gitweb: Faster return from git_get_preceding_references if possibleJakub Narebski
2006-08-25gitweb: Add git_get_{following,preceding}_references functionsJakub Narebski
2006-08-25gitweb: Streamify patch output in git_commitdiffJakub Narebski
2006-08-25gitweb: Remove invalid comment in format_diff_lineJakub Narebski
2006-08-25gitweb: Show information about incomplete lines in commitdiffJakub Narebski
2006-08-25gitweb: 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-17gitweb: 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-15gitweb: consolidate action URL generation.Martin Waitz
2006-08-15gitweb: provide function to format the URL for an action link.Martin Waitz
2006-08-15gitweb: Show project's git URL on summary pageJakub Narebski
2006-08-14gitweb: configurable home link stringYasushi SHOJI
2006-08-14gitweb: Separate printing difftree in git_commit into git_difftree_bodyJakub Narebski
2006-08-14gitweb: True fix: Support for the standard mime.types map in gitwebJakub Narebski
2006-08-14gitweb: Skip comments in mime.types like fileJakub Narebski
2006-08-14gitweb: Change appereance of marker of refs pointing to given objectJakub Narebski
2006-08-14gitweb: Separate finding project owner into git_get_project_ownerJakub Narebski