]> Lady’s Gitweb - Gitweb/shortlog
Gitweb
3 days ago Jakub Narebskigitweb: Separate finding project owner into git_get_pro...
3 days ago Jakub Narebskigitweb: Separate main part of git_history into git_hist...
3 days ago Jakub Narebskigitweb: Refactor printing shortened title in git_shortl...
3 days ago Jakub Narebskigitweb: Separate ref parsing in git_get_refs_list into...
3 days ago Jakub Narebskigitweb: Great subroutines renaming
3 days ago Jakub Narebskigitweb: Whitespace cleanup - tabs are for indent, space...
3 days ago Luben Tuikovgitweb: blame table row no highlight fix
3 days ago Luben Tuikovgitweb: bugfix: git_commit and git_commitdiff parents
3 days ago Jakub Narebskigitweb: Remove unused variables in git_shortlog_body...
3 days ago Matthias Lederhofergitweb: fix $project usage
3 days ago Matthias Lederhofergitweb: fix commitdiff_plain for root commits
3 days ago Jakub Narebskigitweb: Skip nonmatching lines in difftree output,...
3 days ago Jakub Narebskigitweb: fix commitdiff for root commits
3 days ago Matthias Lederhofergitweb: check if HTTP_ACCEPT is really set
3 days ago Jakub Narebskigitweb: Refactor untabifying - converting tabs to spaces
3 days ago Jakub Narebskigitweb: Inline $rss_link
3 days ago Jakub Narebskigitweb: PATH_INFO=/ means no project
3 days ago Jakub Narebskigitweb: No error messages with unescaped/unprotected...
3 days ago Jakub Narebskigitweb: No periods for error messages
3 days ago Jakub Narebskigitweb: Cleanup and uniquify error messages
3 days ago Jakub Narebskigitweb: Don't undefine query parameter related variable...
3 days ago Jakub Narebskigitweb: Use undef for die_error to use default first...
3 days ago Jakub Narebskigitweb: die_error first (optional) parameter is HTTP...
3 days ago Jakub Narebskigitweb: Separate input validation and dispatch, add...
3 days ago Luben Tuikovgitweb: git_tree displays blame based on repository...
3 days ago Junio C Hamanogitweb: do not use @@FOO@@ for replaced tokens
3 days ago Matthias Lederhofergitweb: require $ENV{'GITWEB_CONFIG'}
3 days ago Jeff Kinggitweb: optionally read config from GITWEB_CONFIG
3 days ago Junio C Hamanogitweb/README: do not bug Kay with gitweb questions...
3 days ago Martin Waitzgitweb: use out-of-line GIT logo.
3 days ago Martin Waitzgitweb: fill in gitweb configuration by Makefile
3 days ago Jakub Narebskigitweb: Refactoring git_project_list
3 days ago Junio C Hamanogitweb: avoid undefined value warning in print_page_path
3 days ago Junio C Hamanogitweb: when showing history of a tree, show tree link...
3 days ago Junio C Hamanogitweb: fix use of uninitialized value.
3 days ago Junio C Hamanogitweb: an obvious cut and paste error.
3 days ago Junio C Hamanogitweb: There can be more than two levels of subdirectories
3 days ago Matthias Lederhofergitweb: use a hash to lookup the sub for an action
3 days ago Jakub Narebskigitweb: Reordering code and dividing it into categories
3 days ago Jakub Narebskigitweb: Remove characters entities entirely when shorte...
3 days ago Jakub Narebskigitweb: do not quote path for list version of open...
3 days ago Jakub Narebskigitweb: Refactor generation of shortlog, tags and heads...
3 days ago Jakub Narebskigitweb: Ref refactoring - use git_get_referencing for...
3 days ago Jakub Narebskigitweb: Remove characters entities entirely when shorte...
3 days ago Jakub Narebskigitweb: Headers refactoring - use git_header_div for...
3 days ago Jakub Narebskigitweb: Remove $project from git_get_paging_nav arguments
3 days ago Jakub Narebskigitweb: Pager refactoring - use git_get_paging_nav...
3 days ago Jakub Narebskigitweb: Add "\n" after <br/> in git_page_nav
3 days ago Jakub Narebskigitweb: Show project descriptions with utf-8 characters...
3 days ago Jakub Narebskigitweb: Replace form-feed character by ^L
4 days ago Jakub Narebskigitweb: Navbar refactoring - use git_page_nav to genera...
4 days ago Jakub Narebskigitweb: Add git_page_nav for later use
4 days ago Jakub Narebskigitweb: Cleanup - chomp @lines in consistent style
4 days ago Jakub Narebskigitweb: Cleanup - chomp $line in consistent style
4 days ago Jakub Narebskigitweb: More explicit error messages for open "-|"
4 days ago Jakub Narebskigitweb: simplify git_get_hash_by_path
4 days ago Jakub Narebskigitweb: Use list for of open for running git commands...
4 days ago Jakub Narebskigitweb: whitespace cleanup
4 days ago Johannes Schindelingitweb: fix two warnings
4 days ago Daniel Drakegitweb: escape tag comments
4 days ago Luben Tuikovgitweb.cgi: git_blame2: slight optimization reading...
4 days ago Luben Tuikovgitweb.cgi: Centralize printing of the page path
4 days ago Luben Tuikovgitweb.cgi: git_blame2: Revision blocks now have altern...
4 days ago Luben Tuikovgitweb.cgi: Show "raw" head of project link even when...
4 days ago Luben Tuikovgitweb.cgi: git_blame2: Allow back-trekking through...
4 days ago Luben Tuikovgitweb.cgi: git_blame2: an alternative simple working...
4 days ago Luben Tuikovgitweb.cgi: Include direct link to "raw" files from...
4 days ago Luben Tuikovgitweb.cgi: Teach git_history() to read hash from ...
4 days ago Luben Tuikovgitweb.css: Use monospace fonts for commits and tree...
4 days ago Alp Tokergitweb: Make command invocations go through the git...
4 days ago Alp Tokergitweb: Include a site name in page titles
4 days ago Alp Tokergitweb: Send XHTML as 'application/xhtml+xml' where...
4 days ago Luben Tuikovgitweb.cgi: Teach "a=blob" action to know the blob...
4 days ago Luben Tuikovgitweb.cgi: Create $git_temp if it doesn't exist
4 days ago Luben TuikovAdd "raw" output option to blobs in "tree" view format
4 days ago Dennis Stosberggitweb: Declare global variables with "our"
4 days ago Luben Tuikovgitweb: Enable tree (directory) history display
4 days ago Junio C Hamanogitweb: optimize per-file history generation
4 days ago Jakub Narebskigitweb: whitespace cleanup around '='
4 days ago Timo Hirvonengitweb: Use $hash_base as $search_hash if possible
4 days ago Jakub Narebskigitweb: Make use of $PATH_INFO for project parameter
4 days ago Jakub NarebskiMove $gitbin earlier in gitweb.cgi
4 days ago Jakub NarebskiAdd git version to gitweb output
4 days ago Jakub Narebskigitweb: whitespace cleanup
4 days ago Jakub Narebskigitweb: style done with stylesheet
4 days ago Jakub Narebskigitweb: A couple of page title tweaking
4 days ago Jakub NarebskiFix: Support for the standard mime.types map in gitweb
6 days ago Jakub Narebskigitweb: add type="text/css" to stylesheet link
6 days ago Jakub NarebskiMake CSS file gitweb/gitweb.css more readable
6 days ago Jakub NarebskiFix gitweb stylesheet
6 days ago Petr BaudisSupport for the standard mime.types map in gitweb
6 days ago Jakub Narebskigitweb: text files for 'blob_plain' action without...
6 days ago Jakub Narebskigitweb: safely output binary files for 'blob_plain...
6 days ago Jakub NarebskiMove gitweb style to gitweb.css
6 days ago Jakub NarebskiUpdate gitweb README: gitweb is now included with git
6 days ago Florian Forstergitweb: Make the `blame' interface in gitweb optional.
6 days ago Florian Forstergitweb: Adding a `blame' interface.
2006-05-30 Kay Sieversv267
2006-05-30 Rocco Rutteprepend '--' to filelist when calling git-diff-tree
2006-05-22 Kay Sieversv266
next
This page took 0.908098 seconds and 4 git commands to generate.