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