]> Lady’s Gitweb - Gitweb/history - gitweb.perl
gitweb: hack around CGI's list-context param() handling
[Gitweb] / gitweb.perl
23 hours ago Jeff Kinggitweb: hack around CGI's list-context param() handling
23 hours ago Roland Masgitweb: use start_form, not startform that was removed...
23 hours ago Justin Lebarcomments: fix misuses of "nor"
23 hours ago Andrew Kellergitweb: Avoid overflowing page body frame with large...
23 hours ago Krzesimir Nowakgitweb: Denote non-heads, non-remotes branches
23 hours ago Krzesimir Nowakgitweb: Add a feature for adding more branch refs
23 hours ago Krzesimir Nowakgitweb: Return 1 on validation success instead of passe...
23 hours ago Krzesimir Nowakgitweb: Move check-ref-format code into separate function
23 hours ago Ævar Arnfjörð Bjar... gitweb: Fix the author initials in blame for non-ASCII...
23 hours ago Tony Finchgitweb: make search help link less ugly
23 hours ago Tony Finchgitweb: omit the repository owner when it is unset
23 hours ago Tony Finchgitweb: allow extra breadcrumbs to prefix the trail
23 hours ago Charles McGarveygitweb: fix problem causing erroneous project list
23 hours ago Stefano LattariniCorrect common spelling mistakes in comments and tests
23 hours ago Andrej E Baranovgitweb: refer to picon/gravatar images over the same...
23 hours ago Orgad Shanehgitweb: fix error in sanitize when highlight is enabled
23 hours ago Matthew Daleygitweb: Sort projects with undefined ages last
23 hours ago Phil Pennockgitweb: make remote_heads config setting work
23 hours ago Jeff Kinggitweb: escape html in rss title
23 hours ago Richard Hubbellgitweb.perl: fix %highlight_ext mappings
23 hours ago Dylan Alex Simongitweb.cgi: fix "comitter_tz" typo in feed
23 hours ago Jay Soffiangitweb: URL-decode $my_url/$my_uri when stripping PATH_INFO
23 hours ago Namhyung Kimgitweb: Add support to Link: tag
23 hours ago Namhyung Kimgitweb: Handle other types of tag in git_print_log
23 hours ago Namhyung Kimgitweb: Cleanup git_print_log()
23 hours ago Kacper Kornetgitweb: Option to not display information about owner
23 hours ago Kacper Kornetgitweb: Option to omit column with time of the last...
23 hours ago Kacper Kornetgitweb: Don't set owner if got empty value from project...
23 hours ago Michał Kiedrowiczgitweb: Refinement highlightning in combined diffs
23 hours ago Michał Kiedrowiczgitweb: Highlight interesting parts of diff
23 hours ago Michał Kiedrowiczgitweb: Push formatting diff lines to print_diff_chunk()
23 hours ago Michał Kiedrowiczgitweb: Use print_diff_chunk() for both side-by-side...
23 hours ago Michał Kiedrowiczgitweb: Extract print_sidebyside_diff_lines()
23 hours ago Jakub Narębskigitweb: Pass esc_html_hl_regions() options to esc_html()
23 hours ago Michał Kiedrowiczgitweb: esc_html_hl_regions(): Don't create empty ...
23 hours ago Michał Kiedrowiczgitweb: Use descriptive names in esc_html_hl_regions()
23 hours ago Sebastian Pippinggitweb: Fix unintended "--no-merges" for regular Atom...
23 hours ago W. Trevor Kinggitweb: add If-Modified-Since handling to git_snapshot().
23 hours ago W. Trevor Kinggitweb: refactor If-Modified-Since handling
23 hours ago W. Trevor Kinggitweb: add `status` headers to git_feed() responses.
23 hours ago Jakub Narebskigitweb: Fix fixed string (non-regexp) project search
23 hours ago Jakub Narebskigitweb: Fix passing parameters to git_project_search_form
23 hours ago Jakub Narebskigitweb: Handle invalid regexp in regexp search
23 hours ago Jakub Narebskigitweb: Highlight matched part of shortened project...
23 hours ago Jakub Narebskigitweb: Highlight matched part of project description...
23 hours ago Jakub Narebskigitweb: Highlight matched part of project name when...
23 hours ago Jakub Narebskigitweb: Introduce esc_html_match_hl and esc_html_hl_regions
23 hours ago Jakub Narebskigitweb: Faster project search
23 hours ago Jakub Narebskigitweb: Option for filling only specified info in fill_...
23 hours ago Jakub Narebskigitweb: Refactor checking if part of project info need...
23 hours ago Jakub Narebskigitweb: Fix 'grep' search for multiple matches in file
23 hours ago Jakub Narebskigitweb: Fix "heads" view when there is no current branch
23 hours ago Jakub Narebskigitweb: Harden and improve $project_filter page title
23 hours ago Jakub Narebskigitweb: Allow UTF-8 encoded CGI query parameters and...
23 hours ago Jakub Narebskigitweb: Make project search respect project_filter
23 hours ago Jakub Narebskigitweb: improve usability of projects search form
23 hours ago Bernhard R. Linkgitweb: place links to parent directories in page header
23 hours ago Bernhard R. Linkgitweb: show active project_filter in project_list...
23 hours ago Bernhard R. Linkgitweb: limit links to alternate forms of project_list...
23 hours ago Bernhard R. Linkgitweb: add project_filter to limit project list to...
23 hours ago Bernhard R. Linkgitweb: prepare git_get_projects_list for use outside...
23 hours ago Bernhard R. Linkgitweb: move hard coded .git suffix out of git_get_proj...
23 hours ago Jakub Narebskigitweb: Fix actionless dispatch for non-existent objects
23 hours ago Jakub Narebskigitweb: Harden "grep" search against filenames with ':'
23 hours ago Jakub Narebskigitweb: Fix file links in "grep" search
23 hours ago Matthieu Moygitweb: accept trailing "/" in $project_list
23 hours ago Jakub Narebskigitweb: Fix fallback mode of to_utf8 subroutine
23 hours ago Jürgen Kreiledergitweb: Output valid utf8 in git_blame_common('data')
23 hours ago Jürgen Kreiledergitweb: esc_html() site name for title in OPML
23 hours ago Jürgen Kreiledergitweb: Call to_utf8() on input string in chop_and_esca...
23 hours ago Kato Kazuyoshigitweb: Add navigation to select side-by-side diff
23 hours ago Jakub Narebskigitweb: Use href(-replay=>1,...) for formats links...
23 hours ago Jakub Narebskigitweb: Give side-by-side diff extra CSS styling
23 hours ago Kato Kazuyoshigitweb: Add a feature to show side-by-side diff
23 hours ago Jakub Narebskigitweb: Extract formatting of diff chunk header
23 hours ago Jakub Narebskigitweb: Refactor diff body line classification
23 hours ago Julien Muchembledgitweb: fix regression when filtering out forks
23 hours ago Lénaïc Huardgitweb: provide a way to customize html headers
23 hours ago Jakub Narebskigitweb: Strip non-printable characters from syntax...
23 hours ago 张忠山gitweb: pass string after encoding in utf-8 to syntax...
23 hours ago Jakub Narebskigitweb: Git config keys are case insensitive, make...
23 hours ago Jakub Narebskigitweb: Introduce common system-wide settings for conve...
23 hours ago Jakub Narebskigitweb: Serve */*+xml 'blob_plain' as text/plain with...
23 hours ago Jakub Narebskigitweb: Serve text/* 'blob_plain' as text/plain with...
23 hours ago Jakub Narebskigitweb: Refactor git_header_html
23 hours ago Jakub Narebskigitweb: Make git_search_* subroutines render whole...
23 hours ago Jakub Narebskigitweb: Clean up code in git_search_* subroutines
23 hours ago Jakub Narebskigitweb: Split body of git_search into subroutines
23 hours ago Jakub Narebskigitweb: Check permissions first in git_search
23 hours ago Jakub Narebskigitweb: 'pickaxe' and 'grep' features requires 'search...
23 hours ago Ludwig Nusselgitweb: allow space as delimiter in mime.types
23 hours ago Jonathan Niedergitweb: do not misparse nonnumeric content tag files...
23 hours ago Jakub Narebskigitweb: Fix usability of $prevent_xss
23 hours ago Jakub Narebskigitweb: Refactor reading and parsing config file into...
23 hours ago Jakub Narebskigitweb: Make JavaScript ability to adjust timezones...
23 hours ago John 'Warthog9'... gitweb.js: Add UI for selecting common timezone to...
23 hours ago John 'Warthog9'... gitweb: JavaScript ability to adjust time based on...
23 hours ago Jakub Narebskigitweb: Unify the way long timestamp is displayed
23 hours ago Jakub Narebskigitweb: Refactor generating of long dates into format_t...
23 hours ago Jakub Narebskigitweb: Restructure projects list generation
next
This page took 4.189175 seconds and 107 git commands to generate.