]> Lady’s Gitweb - Gitweb/history - gitweb.perl
gitweb: href(..., -path_info => 0|1)
[Gitweb] / gitweb.perl
31 hours ago Jakub Narebskigitweb: href(..., -path_info => 0|1)
31 hours ago Jakub Narebskigitweb: git_get_project_config requires only $git_dir...
31 hours ago Jakub Narebskigitweb: Fix project-specific feature override behavior
31 hours ago Jakub Narebskigitweb: Protect escaping functions against calling...
31 hours ago Jakub Narebskigitweb: esc_html (short) error message in die_error
31 hours ago Jakub Narebskigitweb: Die if there are parsing errors in config file
31 hours ago John 'Warthog9'... gitweb: Simplify (and fix) chop_str
31 hours ago John 'Warthog9'... gitweb: Add optional extra parameter to die_error,...
31 hours ago John 'Warthog9'... gitweb: add a "string" variant of print_sort_th
31 hours ago John 'Warthog9'... gitweb: add a "string" variant of print_local_time
31 hours ago John 'Warthog9'... gitweb: Check that $site_header etc. are defined before...
31 hours ago John 'Warthog9'... gitweb: Load checking
31 hours ago Jakub Narebskigitweb: Add link to other blame implementation in blame...
31 hours ago Jakub Narebskigitweb: Make linking to actions requiring JavaScript...
31 hours ago Jakub Narebskigitweb: Make 'history' view (re)use git_log_generic()
31 hours ago Jakub Narebskigitweb: Refactor common parts of 'log' and 'shortlog...
31 hours ago Jakub Narebskigitweb: Refactor 'log' action generation, adding git_lo...
31 hours ago Mark Radagitweb: Smarter snapshot names
31 hours ago Petr Baudisgitweb: Fix blob linenr links in pathinfo mode
31 hours ago Stephen Boydgitweb: linkify author/committer names with search
31 hours ago Giuseppe Bilottagitweb: fix esc_param
31 hours ago Jakub Narebskigitweb: Do not show 'patch' link for merge commits
31 hours ago Mark Radagitweb: check given hash before trying to create snapshot
31 hours ago Jakub Narebskigitweb: Add 'show-sizes' feature to show blob sizes...
31 hours ago Jakub Narebskigitweb: Create links leading to 'blame_incremental...
31 hours ago Jakub Narebskigitweb: Incremental blame (using JavaScript)
31 hours ago Jakub Narebskigitweb: Add optional "time to generate page" info in...
31 hours ago Nanako ShiraishiFix overridable written with an extra 'e'
31 hours ago Mark Radagitweb: improve snapshot error handling
31 hours ago Giuseppe Bilottagitweb: pull ref markes pull out of subject <a> element
31 hours ago Mark A Radagitweb: add support for XZ compressed snapshots
31 hours ago Mark A Radagitweb: support to globally disable a snapshot format
31 hours ago Zoltán Füzesigitweb: parse_commit_text encoding fix
31 hours ago Giuseppe Bilottagitweb: fix 'Use of uninitialized value' error in href()
31 hours ago Jakub Narebskigitweb: Use light/dark for class names also in 'blame...
31 hours ago Jakub Narebskigitweb: Add author initials in 'blame' view, a la ...
31 hours ago Jakub Narebskigitweb: Mark commits with no "previous" in 'blame'...
31 hours ago Jakub Narebskigitweb: Use "previous" header of git-blame -p in 'blame...
31 hours ago Jakub Narebskigitweb: Mark boundary commits in 'blame' view
31 hours ago Wincent Colaiutagitweb: update Git homepage URL
31 hours ago Giuseppe Bilottagitweb: add empty alt text to avatar img
31 hours ago Giuseppe Bilottagitweb: picon avatar provider
31 hours ago Giuseppe Bilottagitweb: gravatar url cache
31 hours ago Giuseppe Bilottagitweb: (gr)avatar support
31 hours ago Giuseppe Bilottagitweb: use git_print_authorship_rows in 'tag' view too
31 hours ago Giuseppe Bilottagitweb: uniform author info for commit and commitdiff
31 hours ago Giuseppe Bilottagitweb: refactor author name insertion
31 hours ago Jakub Narebskigitweb: Sanitize title attribute in format_subject_html
31 hours ago Jakub Narebskigitweb: Remove unused $hash_base parameter from normali...
31 hours ago Jakub Narebskigitweb: Simplify snapshot format detection logic in...
31 hours ago Jakub Narebskigitweb: Use capturing parentheses only when you intend...
31 hours ago Jakub Narebskigitweb: Replace wrongly added tabs with spaces
31 hours ago Jakub Narebskigitweb: Use block form of map/grep in a few cases more
31 hours ago Jakub Narebskigitweb: Localize magic variable $/
31 hours ago Jakub Narebskigitweb: Always use three argument form of open
31 hours ago Jakub Narebskigitweb: Do not use bareword filehandles
31 hours ago Jakub Narebskigitweb: Remove function prototypes (cleanup)
31 hours ago Holger Weißgitweb: Fix snapshots requested via PATH_INFO
31 hours ago Marcel M. Carygitweb: Hyperlink multiple git hashes on the same commi...
31 hours ago Marcel M. Carygitweb: Fix warnings with override permitted but no...
31 hours ago Giuseppe Bilottagitweb: fix wrong base URL when non-root DirectoryIndex
31 hours ago Matt McCutchengitweb: add $prevent_xss option to prevent XSS by repos...
31 hours ago Jakub Narebskigitweb: Better regexp for SHA-1 committag match
31 hours ago Giuseppe Bilottagitweb: align comments to code
31 hours ago Giuseppe Bilottagitweb: make static files accessible with PATH_INFO
31 hours ago Giuseppe Bilottagitweb: check if-modified-since for feeds
31 hours ago Giuseppe Bilottagitweb: last-modified time should be commiter, not...
31 hours ago Giuseppe Bilottagitweb: rss channel date
31 hours ago Giuseppe Bilottagitweb: rss feed managingEditor
31 hours ago Giuseppe Bilottagitweb: feed generator metadata
31 hours ago Giuseppe Bilottagitweb: channel image in rss feed
31 hours ago Giuseppe Bilottagitweb: suggest name for OPML view
31 hours ago Giuseppe Bilottagitweb: don't use pathinfo for global actions
31 hours ago Giuseppe Bilottagitweb: use href() when generating URLs in OPML
31 hours ago Devin Doucettegitweb: Fix export check in git_get_projects_list
31 hours ago Giuseppe Bilottagitweb: link to patch(es) view in commit(diff) and...
31 hours ago Giuseppe Bilottagitweb: add patches view
31 hours ago Giuseppe Bilottagitweb: change call pattern for git_commitdiff
31 hours ago Giuseppe Bilottagitweb: add patch view
31 hours ago Junio C Hamanogitweb: do not run "git diff" that is Porcelain
31 hours ago Matt Kraaigitweb: unify boolean feature subroutines
31 hours ago Jakub Narebskigitweb: cache $parent_commit info in git_blame()
31 hours ago Jakub Narebskigitweb: A bit of code cleanup in git_blame()
31 hours ago Jakub Narebskigitweb: Move 'lineno' id from link to row element in...
31 hours ago Jakub Narebskigitweb: Fix bug in insert_file() subroutine
31 hours ago Jakub Narebskigitweb: Make project specific override for 'grep' featu...
31 hours ago Jakub Narebskigitweb: Fix handling of non-ASCII characters in inserte...
31 hours ago Giuseppe BilottaUpdate comment on gitweb_check/get_feature
31 hours ago Giuseppe Bilottagitweb: make gitweb_check_feature a boolean wrapper
31 hours ago Junio C Hamanogitweb: rename gitweb_check_feature to gitweb_get_feature
31 hours ago Junio C Hamanogitweb: fix 'ctags' feature check and others
31 hours ago Alexander Gavrilovgitweb: Fix mod_perl support.
31 hours ago Alexander Gavrilovgitweb: Add a per-repository authorization hook.
31 hours ago Alexander Gavrilovgitweb: Use single implementation of export_ok check.
31 hours ago Giuseppe Bilottagitweb: embed snapshot format parameter in PATH_INFO
31 hours ago Giuseppe Bilottagitweb: retrieve snapshot format from PATH_INFO
31 hours ago Giuseppe Bilottagitweb: make the supported snapshot formats array global
31 hours ago Giuseppe Bilottagitweb: generate parent..current URLs
31 hours ago Giuseppe Bilottagitweb: parse parent..current syntax from PATH_INFO
31 hours ago Giuseppe Bilottagitweb: use_pathinfo filenames start with /
next
This page took 3.226702 seconds and 107 git commands to generate.