]> Lady’s Gitweb - Gitweb/history - gitweb.perl
gitweb: Handle other types of tag in git_print_log
[Gitweb] / gitweb.perl
28 hours ago Namhyung Kimgitweb: Handle other types of tag in git_print_log
28 hours ago Namhyung Kimgitweb: Cleanup git_print_log()
28 hours ago Kacper Kornetgitweb: Option to not display information about owner
28 hours ago Kacper Kornetgitweb: Option to omit column with time of the last...
28 hours ago Kacper Kornetgitweb: Don't set owner if got empty value from project...
28 hours ago Michał Kiedrowiczgitweb: Refinement highlightning in combined diffs
28 hours ago Michał Kiedrowiczgitweb: Highlight interesting parts of diff
28 hours ago Michał Kiedrowiczgitweb: Push formatting diff lines to print_diff_chunk()
28 hours ago Michał Kiedrowiczgitweb: Use print_diff_chunk() for both side-by-side...
28 hours ago Michał Kiedrowiczgitweb: Extract print_sidebyside_diff_lines()
28 hours ago Jakub Narębskigitweb: Pass esc_html_hl_regions() options to esc_html()
28 hours ago Michał Kiedrowiczgitweb: esc_html_hl_regions(): Don't create empty ...
28 hours ago Michał Kiedrowiczgitweb: Use descriptive names in esc_html_hl_regions()
28 hours ago Sebastian Pippinggitweb: Fix unintended "--no-merges" for regular Atom...
28 hours ago W. Trevor Kinggitweb: add If-Modified-Since handling to git_snapshot().
28 hours ago W. Trevor Kinggitweb: refactor If-Modified-Since handling
28 hours ago W. Trevor Kinggitweb: add `status` headers to git_feed() responses.
28 hours ago Jakub Narebskigitweb: Fix fixed string (non-regexp) project search
28 hours ago Jakub Narebskigitweb: Fix passing parameters to git_project_search_form
28 hours ago Jakub Narebskigitweb: Handle invalid regexp in regexp search
28 hours ago Jakub Narebskigitweb: Highlight matched part of shortened project...
28 hours ago Jakub Narebskigitweb: Highlight matched part of project description...
28 hours ago Jakub Narebskigitweb: Highlight matched part of project name when...
28 hours ago Jakub Narebskigitweb: Introduce esc_html_match_hl and esc_html_hl_regions
28 hours ago Jakub Narebskigitweb: Faster project search
28 hours ago Jakub Narebskigitweb: Option for filling only specified info in fill_...
28 hours ago Jakub Narebskigitweb: Refactor checking if part of project info need...
28 hours ago Jakub Narebskigitweb: Fix 'grep' search for multiple matches in file
28 hours ago Jakub Narebskigitweb: Fix "heads" view when there is no current branch
28 hours ago Jakub Narebskigitweb: Harden and improve $project_filter page title
28 hours ago Jakub Narebskigitweb: Allow UTF-8 encoded CGI query parameters and...
28 hours ago Jakub Narebskigitweb: Make project search respect project_filter
28 hours ago Jakub Narebskigitweb: improve usability of projects search form
28 hours ago Bernhard R. Linkgitweb: place links to parent directories in page header
28 hours ago Bernhard R. Linkgitweb: show active project_filter in project_list...
28 hours ago Bernhard R. Linkgitweb: limit links to alternate forms of project_list...
28 hours ago Bernhard R. Linkgitweb: add project_filter to limit project list to...
28 hours ago Bernhard R. Linkgitweb: prepare git_get_projects_list for use outside...
28 hours ago Bernhard R. Linkgitweb: move hard coded .git suffix out of git_get_proj...
28 hours ago Jakub Narebskigitweb: Fix actionless dispatch for non-existent objects
28 hours ago Jakub Narebskigitweb: Harden "grep" search against filenames with ':'
28 hours ago Jakub Narebskigitweb: Fix file links in "grep" search
28 hours ago Matthieu Moygitweb: accept trailing "/" in $project_list
28 hours ago Jakub Narebskigitweb: Fix fallback mode of to_utf8 subroutine
28 hours ago Jürgen Kreiledergitweb: Output valid utf8 in git_blame_common('data')
28 hours ago Jürgen Kreiledergitweb: esc_html() site name for title in OPML
28 hours ago Jürgen Kreiledergitweb: Call to_utf8() on input string in chop_and_esca...
28 hours ago Kato Kazuyoshigitweb: Add navigation to select side-by-side diff
28 hours ago Jakub Narebskigitweb: Use href(-replay=>1,...) for formats links...
28 hours ago Jakub Narebskigitweb: Give side-by-side diff extra CSS styling
28 hours ago Kato Kazuyoshigitweb: Add a feature to show side-by-side diff
28 hours ago Jakub Narebskigitweb: Extract formatting of diff chunk header
28 hours ago Jakub Narebskigitweb: Refactor diff body line classification
28 hours ago Julien Muchembledgitweb: fix regression when filtering out forks
28 hours ago Lénaïc Huardgitweb: provide a way to customize html headers
28 hours ago Jakub Narebskigitweb: Strip non-printable characters from syntax...
28 hours ago 张忠山gitweb: pass string after encoding in utf-8 to syntax...
28 hours ago Jakub Narebskigitweb: Git config keys are case insensitive, make...
28 hours ago Jakub Narebskigitweb: Introduce common system-wide settings for conve...
28 hours ago Jakub Narebskigitweb: Serve */*+xml 'blob_plain' as text/plain with...
28 hours ago Jakub Narebskigitweb: Serve text/* 'blob_plain' as text/plain with...
28 hours ago Jakub Narebskigitweb: Refactor git_header_html
28 hours ago Jakub Narebskigitweb: Make git_search_* subroutines render whole...
28 hours ago Jakub Narebskigitweb: Clean up code in git_search_* subroutines
28 hours ago Jakub Narebskigitweb: Split body of git_search into subroutines
28 hours ago Jakub Narebskigitweb: Check permissions first in git_search
28 hours ago Jakub Narebskigitweb: 'pickaxe' and 'grep' features requires 'search...
28 hours ago Ludwig Nusselgitweb: allow space as delimiter in mime.types
28 hours ago Jonathan Niedergitweb: do not misparse nonnumeric content tag files...
28 hours ago Jakub Narebskigitweb: Fix usability of $prevent_xss
28 hours ago Jakub Narebskigitweb: Refactor reading and parsing config file into...
28 hours ago Jakub Narebskigitweb: Make JavaScript ability to adjust timezones...
28 hours ago John 'Warthog9'... gitweb.js: Add UI for selecting common timezone to...
28 hours ago John 'Warthog9'... gitweb: JavaScript ability to adjust time based on...
28 hours ago Jakub Narebskigitweb: Unify the way long timestamp is displayed
28 hours ago Jakub Narebskigitweb: Refactor generating of long dates into format_t...
28 hours ago Jakub Narebskigitweb: Restructure projects list generation
28 hours ago Sebastien Ceveygitweb: Optional grouping of projects by category
28 hours ago Jakub Narebskigitweb: Mark matched 'ctag' / contents tag (?by_tag...
28 hours ago Sebastien Ceveygitweb: Modularized git_get_project_description to...
28 hours ago Jakub Narebskigitweb: Change the way "content tags" ('ctags') are...
28 hours ago Sebastien Ceveygitweb: Split git_project_list_body in two functions
28 hours ago Fraser Tweedalegitweb: supply '-n' to gzip for identical output
28 hours ago Jakub Narebskigitweb: Fix handling of fractional timezones in parse_date
28 hours ago Jakub Narebskigitweb: Always call parse_date with timezone parameter
28 hours ago Kevin Cernekeegitweb: fix #patchNN anchors when path_info is enabled
28 hours ago Kevin Cernekeegitweb: highlight: replace tabs with spaces
28 hours ago Ævar Arnfjörð Bjar... gitweb/gitweb.perl: don't call S_ISREG() with undef
28 hours ago Ævar Arnfjörð Bjar... gitweb/gitweb.perl: remove use of qw(...) as parentheses
28 hours ago Adam TkacDon't pass "--xhtml" to hightlight in gitweb.perl script.
28 hours ago Sylvain Rabotgitweb: remove unnecessary test when closing file descr...
28 hours ago Sylvain Rabotgitweb: add extensions to highlight feature map
28 hours ago Jonathan Niedergitweb: make logo optional
28 hours ago Jonathan Niedergitweb: skip logo in atom feed when there is none
28 hours ago Jakub Narebskigitweb: Include links to feeds in HTML header only...
28 hours ago Jakub Narebskigitweb: Introduce esc_attr to escape attributes of...
28 hours ago Jakub Narebskigitweb: Fix handling of whitespace in generated links
28 hours ago Jakub Narebskigitweb: selectable configurations that change with...
28 hours ago Giuseppe Bilottagitweb: group remote heads by remote
28 hours ago Giuseppe Bilottagitweb: provide a routine to display (sub)sections
next
This page took 3.217967 seconds and 107 git commands to generate.