aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
* gitweb: Fix git_blameAneesh Kumar K.V2006-08-31
* gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski2006-08-31
* gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski2006-08-31
* gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski2006-08-31
* use do() instead of require() to include configurationDennis Stosberg2006-08-31
* gitweb: Remove forgotten call to git_to_hashDennis Stosberg2006-08-31
* gitweb: Add local time and timezone to git_print_authorshipJakub Narebski2006-08-28
* gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski2006-08-28
* gitweb: git_print_log: signoff line is non-empty lineJakub Narebski2006-08-28
* gitweb: Add author information to commitdiff viewJakub Narebski2006-08-28
* gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski2006-08-28
* gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski2006-08-28
* gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg2006-08-28
* gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski2006-08-27
* gitweb: Remove git_to_hash functionJakub Narebski2006-08-27
* gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski2006-08-27
* gitweb: Fix typo in git_patchset_bodyJakub Narebski2006-08-27
* gitweb: Fix typo in git_difftree_bodyJakub Narebski2006-08-26
* gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski2006-08-26
* gitweb: Improve comments about gitweb features configurationJakub Narebski2006-08-26
* gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski2006-08-26
* Merge branch 'master' into gl/webJunio C Hamano2006-08-26
|\
| * gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski2006-08-26
* | gitweb: Remove creating directory for temporary filesJakub Narebski2006-08-25
* | gitweb: Remove git_diff_print subroutineJakub Narebski2006-08-25
* | gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski2006-08-25
* | gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski2006-08-25
* | gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski2006-08-25
* | gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski2006-08-25
* | gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski2006-08-25
* | gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski2006-08-25
* | gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski2006-08-25
* | gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski2006-08-25
* | gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski2006-08-25
* | gitweb: Add git_get_rev_name_tags functionJakub Narebski2006-08-25
* | gitweb: Faster return from git_get_preceding_references if possibleJakub Narebski2006-08-25
* | gitweb: Add git_get_{following,preceding}_references functionsJakub Narebski2006-08-25
* | gitweb: Streamify patch output in git_commitdiffJakub Narebski2006-08-25
* | gitweb: Remove invalid comment in format_diff_lineJakub Narebski2006-08-25
* | gitweb: Show information about incomplete lines in commitdiffJakub Narebski2006-08-25
* | gitweb: Use git-diff-tree patch output for commitdiffJakub Narebski2006-08-25
* | gitweb: Sort CGI parameters returned by href()Jakub Narebski2006-08-22
* | gitweb: Drop the href() params which keys are not in %mappingJakub Narebski2006-08-22
* | gitweb: Use here-docJakub Narebski2006-08-22
* | gitweb: Route rest of action subroutines through %actionsJakub Narebski2006-08-22
* | gitweb: Use underscore instead of hyphen to separate words in HTTP headers namesJakub Narebski2006-08-22
* | gitweb: Whitespace cleanup: realign, reindentJakub Narebski2006-08-22
* | gitweb: Replace some presentational HTML by CSSJakub Narebski2006-08-22
* | gitweb: bugfix: a.list formatting regressionJakub Narebski2006-08-22
* | gitweb: Use parse_difftree_raw_line in git_difftree_bodyJakub Narebski2006-08-21