]> Lady’s Gitweb - Gitweb/shortlog
Gitweb
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 Jim Meyeringcorrect a few doubled-word nits in comments and documen...
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... gitweb: place links to parent directories in page header
28 hours ago Bernhard R... gitweb: show active project_filter in project_list...
28 hours ago Bernhard R... gitweb: limit links to alternate forms of project_list...
28 hours ago Bernhard R... gitweb: add project_filter to limit project list to...
28 hours ago Bernhard R... gitweb: prepare git_get_projects_list for use outside...
28 hours ago Bernhard R... gitweb: 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 Ramsay Jonesgitweb/Makefile: Remove static/gitweb.js in the clean...
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: Add gitweb(1) manpage for gitweb itself
28 hours ago Drew Northupgitweb: Add gitweb.conf(5) manpage for gitweb configura...
28 hours ago Peter Stugegitweb: Fix links to lines in blobs when javascript...
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: Move "Requirements" up in gitweb/INSTALL
28 hours ago Jakub Narebskigitweb: Describe CSSMIN and JSMIN in gitweb/INSTALL
28 hours ago Jakub Narebskigitweb: Move information about installation from README...
28 hours ago Jakub Narebskigitweb.js: use setTimeout rather than setInterval in...
28 hours ago Jakub Narebskigitweb.js: No need for loop in blame_incremental's...
28 hours ago Jakub Narebskigitweb.js: No need for inProgress in blame_incremental.js
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.js: Provide getElementsByClassName method (if...
28 hours ago Jakub Narebskigitweb.js: Introduce code to handle cookies from JavaScript
28 hours ago Jakub Narebskigitweb.js: Extract and improve datetime handling
28 hours ago Jakub Narebskigitweb.js: Provide default values for padding in padLef...
28 hours ago Jakub Narebskigitweb.js: Update and improve comments in JavaScript...
28 hours ago Jakub Narebskigitweb: Split JavaScript for maintability, combining...
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 Jim Meyeringremove doubled words, e.g., s/to to/to/, and fix relate...
28 hours ago Jakub Narebskigitweb: Fix parsing of negative fractional timezones...
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ð... gitweb/gitweb.perl: don't call S_ISREG() with undef
28 hours ago Ævar Arnfjörð... gitweb/gitweb.perl: remove use of qw(...) as parentheses
28 hours ago Jakub Narebskigitweb: Mention optional Perl modules in INSTALL
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...
next
This page took 0.568305 seconds and 4 git commands to generate.