]> Lady’s Gitweb - Gitweb/history - gitweb.perl
gitweb: Add GIT favicon, assuming image/png type
[Gitweb] / gitweb.perl
32 hours ago Jakub Narebskigitweb: Add GIT favicon, assuming image/png type
32 hours ago Jakub Narebskigitweb: Change the name of diff to parent link in ...
32 hours ago Aneesh Kumar K.Vgitweb: Fix git_blame
32 hours ago Jakub Narebskigitweb: Extend parse_difftree_raw_line to save commit...
32 hours ago Jakub Narebskigitweb: Separate printing of git_tree row into git_prin...
32 hours ago Jakub Narebskigitweb: Move git-ls-tree output parsing to parse_ls_tre...
32 hours ago Dennis Stosberguse do() instead of require() to include configuration
32 hours ago Dennis Stosberggitweb: Remove forgotten call to git_to_hash
32 hours ago Jakub Narebskigitweb: Add local time and timezone to git_print_authorship
32 hours ago Jakub Narebskigitweb: Add diff tree, with links to patches, to commit...
32 hours ago Jakub Narebskigitweb: git_print_log: signoff line is non-empty line
32 hours ago Jakub Narebskigitweb: Add author information to commitdiff view
32 hours ago Jakub Narebskigitweb: Do not remove signoff lines in git_print_simpli...
32 hours ago Jakub Narebskigitweb: Make git_print_log generic; git_print_simplifie...
32 hours ago Dennis Stosberggitweb: Use --git-dir parameter instead of setting...
32 hours ago Jakub Narebskigitweb: Use @diff_opts, default ('M'), as git-diff...
32 hours ago Jakub Narebskigitweb: Remove git_to_hash function
32 hours ago Jakub Narebskigitweb: Remove unused git_get_{preceding,following...
32 hours ago Jakub Narebskigitweb: Fix typo in git_patchset_body
32 hours ago Jakub Narebskigitweb: Fix typo in git_difftree_body
32 hours ago Jakub Narebskigitweb: blobs defined by non-textual hash ids can be...
32 hours ago Jakub Narebskigitweb: Improve comments about gitweb features configur...
32 hours ago Jakub Narebskigitweb: Remove workaround for git-diff bug fixed in...
32 hours ago Jakub Narebskigitweb: git_annotate didn't expect negative numeric...
32 hours ago Jakub Narebskigitweb: Remove creating directory for temporary files
32 hours ago Jakub Narebskigitweb: Remove git_diff_print subroutine
32 hours ago Jakub Narebskigitweb: git_blobdiff_plain is git_blobdiff('plain')
32 hours ago Jakub Narebskigitweb: Use git-diff-tree or git-diff patch output...
32 hours ago Jakub Narebskigitweb: Change here-doc back for style consistency...
32 hours ago Jakub Narebskigitweb: Always display link to blobdiff_plain in git_bl...
32 hours ago Jakub Narebskigitweb: Add invisible hyperlink to from-file/to-file...
32 hours ago Jakub Narebskigitweb: Parse two-line from-file/to-file diff header...
32 hours ago Jakub Narebskigitweb: Allow for pre-parsed difftree info in git_patch...
32 hours ago Jakub Narebskigitweb: Add support for hash_parent_base parameter...
32 hours ago Jakub Narebskigitweb: Use git_get_name_rev_tags for commitdiff_plain...
32 hours ago Jakub Narebskigitweb: Add git_get_rev_name_tags function
32 hours ago Jakub Narebskigitweb: Faster return from git_get_preceding_references...
32 hours ago Jakub Narebskigitweb: Add git_get_{following,preceding}_references...
32 hours ago Jakub Narebskigitweb: Streamify patch output in git_commitdiff
32 hours ago Jakub Narebskigitweb: Remove invalid comment in format_diff_line
32 hours ago Jakub Narebskigitweb: Show information about incomplete lines in...
32 hours ago Jakub Narebskigitweb: Use git-diff-tree patch output for commitdiff
32 hours ago Jakub Narebskigitweb: Sort CGI parameters returned by href()
32 hours ago Jakub Narebskigitweb: Drop the href() params which keys are not in...
32 hours ago Jakub Narebskigitweb: Use here-doc
32 hours ago Jakub Narebskigitweb: Route rest of action subroutines through %actions
32 hours ago Jakub Narebskigitweb: Use underscore instead of hyphen to separate...
32 hours ago Jakub Narebskigitweb: Whitespace cleanup: realign, reindent
32 hours ago Jakub Narebskigitweb: Replace some presentational HTML by CSS
32 hours ago Jakub Narebskigitweb: bugfix: a.list formatting regression
32 hours ago Jakub Narebskigitweb: Use parse_difftree_raw_line in git_difftree_body
32 hours ago Jakub Narebskigitweb: Added parse_difftree_raw_line function for...
32 hours ago Aneesh Kumar K.Vgitweb: Make blame and snapshot a feature.
32 hours ago Aneesh Kumar K.Vgitweb: fix snapshot support
32 hours ago Luben Tuikovgitweb: bugfix: git_print_page_path() needs the hash...
32 hours ago Luben Tuikovgitweb: bugfix: commitdiff regression
32 hours ago Aneesh Kumar K.Vgitweb: Support for snapshot
32 hours ago Jakub Narebskigitweb: Refactor printing commit message
32 hours ago Martin Waitzgitweb: fix project list if PATH_INFO=="/".
32 hours ago Martin Waitzgitweb: support for / as home_link.
32 hours ago Martin Waitzgitweb: support for "fp" parameter.
32 hours ago Martin Waitzgitweb: continue consolidation of URL generation.
32 hours ago Jakub Narebskigitweb: Uniquify version info output, add meta generato...
32 hours ago Jakub Narebskigitweb: Add support for per project git URLs
32 hours ago Martin Waitzgitweb: consolidate action URL generation.
32 hours ago Martin Waitzgitweb: provide function to format the URL for an actio...
32 hours ago Jakub Narebskigitweb: Show project's git URL on summary page
32 hours ago Yasushi SHOJIgitweb: configurable home link string
32 hours ago Jakub Narebskigitweb: Separate printing difftree in git_commit into...
32 hours ago Jakub Narebskigitweb: True fix: Support for the standard mime.types...
32 hours ago Jakub Narebskigitweb: Skip comments in mime.types like file
32 hours ago Jakub Narebskigitweb: Change appereance of marker of refs pointing...
32 hours ago Jakub Narebskigitweb: Separate finding project owner into git_get_pro...
32 hours ago Jakub Narebskigitweb: Separate main part of git_history into git_hist...
32 hours ago Jakub Narebskigitweb: Refactor printing shortened title in git_shortl...
32 hours ago Jakub Narebskigitweb: Separate ref parsing in git_get_refs_list into...
32 hours ago Jakub Narebskigitweb: Great subroutines renaming
32 hours ago Jakub Narebskigitweb: Whitespace cleanup - tabs are for indent, space...
32 hours ago Luben Tuikovgitweb: blame table row no highlight fix
32 hours ago Luben Tuikovgitweb: bugfix: git_commit and git_commitdiff parents
32 hours ago Jakub Narebskigitweb: Remove unused variables in git_shortlog_body...
32 hours ago Matthias Lederhofergitweb: fix $project usage
32 hours ago Matthias Lederhofergitweb: fix commitdiff_plain for root commits
32 hours ago Jakub Narebskigitweb: Skip nonmatching lines in difftree output,...
32 hours ago Jakub Narebskigitweb: fix commitdiff for root commits
32 hours ago Matthias Lederhofergitweb: check if HTTP_ACCEPT is really set
32 hours ago Jakub Narebskigitweb: Refactor untabifying - converting tabs to spaces
32 hours ago Jakub Narebskigitweb: Inline $rss_link
32 hours ago Jakub Narebskigitweb: PATH_INFO=/ means no project
32 hours ago Jakub Narebskigitweb: No error messages with unescaped/unprotected...
32 hours ago Jakub Narebskigitweb: No periods for error messages
32 hours ago Jakub Narebskigitweb: Cleanup and uniquify error messages
32 hours ago Jakub Narebskigitweb: Don't undefine query parameter related variable...
32 hours ago Jakub Narebskigitweb: Use undef for die_error to use default first...
32 hours ago Jakub Narebskigitweb: die_error first (optional) parameter is HTTP...
32 hours ago Jakub Narebskigitweb: Separate input validation and dispatch, add...
32 hours ago Luben Tuikovgitweb: git_tree displays blame based on repository...
32 hours ago Junio C Hamanogitweb: do not use @@FOO@@ for replaced tokens
32 hours ago Matthias Lederhofergitweb: require $ENV{'GITWEB_CONFIG'}
32 hours ago Jeff Kinggitweb: optionally read config from GITWEB_CONFIG
next
This page took 2.841813 seconds and 107 git commands to generate.