gitweb: Add support for hash_parent_base parameter for blobdiffs
[gitweb.git] / gitweb /
2006-08-26 gitweb: Add support for hash_parent_base parameter...
2006-08-26 gitweb: Use git_get_name_rev_tags for commitdiff_plain...
2006-08-26 gitweb: Add git_get_rev_name_tags function
2006-08-26 gitweb: Faster return from git_get_preceding_references...
2006-08-26 gitweb: Add git_get_{following,preceding}_references...
2006-08-26 gitweb: Streamify patch output in git_commitdiff
2006-08-26 gitweb: Remove invalid comment in format_diff_line
2006-08-26 gitweb: Show information about incomplete lines in...
2006-08-26 gitweb: Use git-diff-tree patch output for commitdiff
2006-08-22 gitweb: Sort CGI parameters returned by href()
2006-08-22 gitweb: Drop the href() params which keys are not in...
2006-08-22 gitweb: Use here-doc
2006-08-22 gitweb: Route rest of action subroutines through %actions
2006-08-22 gitweb: Use underscore instead of hyphen to separate...
2006-08-22 gitweb: Whitespace cleanup: realign, reindent
2006-08-22 gitweb: Replace some presentational HTML by CSS
2006-08-22 gitweb: bugfix: a.list formatting regression
2006-08-21 gitweb: Use parse_difftree_raw_line in git_difftree_body
2006-08-21 gitweb: Added parse_difftree_raw_line function for...
2006-08-20 gitweb: Make blame and snapshot a feature.
2006-08-18 gitweb: fix snapshot support
2006-08-17 gitweb: bugfix: git_print_page_path() needs the hash...
2006-08-17 gitweb: bugfix: commitdiff regression
2006-08-17 gitweb: Support for snapshot
2006-08-17 gitweb: Refactor printing commit message
2006-08-17 gitweb: fix project list if PATH_INFO=="/".
2006-08-17 gitweb: support for / as home_link.
2006-08-17 gitweb: support for "fp" parameter.
2006-08-17 gitweb: continue consolidation of URL generation.
2006-08-17 gitweb: Uniquify version info output, add meta generato...
2006-08-17 Merge branch 'jc/format-patch'
2006-08-16 Merge branch 'jc/racy'
2006-08-16 Merge branch 'maint'
2006-08-16 gitweb: Add support for per project git URLs
2006-08-16 gitweb: consolidate action URL generation.
2006-08-16 gitweb: provide function to format the URL for an actio...
2006-08-16 gitweb: Show project's git URL on summary page
2006-08-16 Merge branch 'maint'
2006-08-15 gitweb: configurable home link string
2006-08-15 gitweb: Separate printing difftree in git_commit into...
2006-08-15 gitweb: True fix: Support for the standard mime.types...
2006-08-15 gitweb: Skip comments in mime.types like file
2006-08-15 gitweb: Change appereance of marker of refs pointing...
2006-08-15 gitweb: Separate finding project owner into git_get_pro...
2006-08-15 gitweb: Separate main part of git_history into git_hist...
2006-08-15 gitweb: Refactor printing shortened title in git_shortl...
2006-08-14 gitweb: Separate ref parsing in git_get_refs_list into...
2006-08-14 gitweb: Great subroutines renaming
2006-08-14 Merge branch 'maint'
2006-08-13 Merge branch 'jc/upload-pack'
2006-08-13 Merge branch 'jc/racy-delay'
2006-08-13 Merge branch 'th/diff-extra'
2006-08-13 Merge branch 'jc/pack-objects'
2006-08-13 Merge branch 'js/read-tree'
2006-08-13 Merge branch 'js/http-mb'
2006-08-13 Merge branch 'js/color-diff'
2006-08-13 Merge branch 'jn/web'
2006-08-13 Merge branch 'lt/web'
2006-08-13 GIT 1.4.2 v1.4.2
2006-08-13 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-08-10 gitweb: Whitespace cleanup - tabs are for indent, space...
2006-08-08 gitweb: blame table row no highlight fix
2006-08-08 gitweb: bugfix: git_commit and git_commitdiff parents
2006-08-08 gitweb: Remove unused variables in git_shortlog_body...
2006-08-06 gitweb: fix $project usage
2006-08-06 gitweb: fix commitdiff_plain for root commits
2006-08-06 gitweb: Skip nonmatching lines in difftree output,...
2006-08-06 gitweb: fix commitdiff for root commits
2006-08-06 gitweb: check if HTTP_ACCEPT is really set
2006-08-06 gitweb: Refactor untabifying - converting tabs to spaces
2006-08-06 gitweb: Inline $rss_link
2006-08-06 gitweb: PATH_INFO=/ means no project
2006-08-06 gitweb: No error messages with unescaped/unprotected...
2006-08-06 gitweb: No periods for error messages
2006-08-06 gitweb: Cleanup and uniquify error messages
2006-08-06 gitweb: Don't undefine query parameter related variable...
2006-08-06 gitweb: Use undef for die_error to use default first...
2006-08-06 gitweb: die_error first (optional) parameter is HTTP...
2006-08-06 gitweb: Separate input validation and dispatch, add...
2006-08-05 gitweb: git_tree displays blame based on repository...
2006-08-02 gitweb: do not use @@FOO@@ for replaced tokens
2006-08-02 gitweb: require $ENV{'GITWEB_CONFIG'}
2006-08-02 gitweb: optionally read config from GITWEB_CONFIG
2006-08-01 gitweb/README: do not bug Kay with gitweb questions...
2006-08-01 gitweb: use out-of-line GIT logo.
2006-08-01 gitweb: fill in gitweb configuration by Makefile
2006-08-01 gitweb: Refactoring git_project_list
2006-08-01 gitweb: avoid undefined value warning in print_page_path
2006-08-01 gitweb: when showing history of a tree, show tree link...
2006-08-01 gitweb: fix use of uninitialized value.
2006-08-01 gitweb: an obvious cut and paste error.
2006-08-01 gitweb: There can be more than two levels of subdirectories
2006-07-31 gitweb: use a hash to lookup the sub for an action
2006-07-31 gitweb: Reordering code and dividing it into categories
2006-07-31 gitweb: Remove characters entities entirely when shorte...
2006-07-31 gitweb: do not quote path for list version of open...
2006-07-31 gitweb: Refactor generation of shortlog, tags and heads...
2006-07-31 gitweb: Ref refactoring - use git_get_referencing for...
2006-07-31 gitweb: Remove characters entities entirely when shorte...
2006-07-31 gitweb: Headers refactoring - use git_header_div for...
next