]> asedeno.scripts.mit.edu Git - git.git/history - gitweb
gitweb: Remove git_to_hash function
[git.git] / gitweb /
2006-08-27 Jakub Narebskigitweb: Remove git_to_hash function
2006-08-27 Jakub Narebskigitweb: Remove unused git_get_{preceding,following...
2006-08-27 Jakub Narebskigitweb: Fix typo in git_patchset_body
2006-08-27 Jakub Narebskigitweb: Fix typo in git_difftree_body
2006-08-26 Jakub Narebskigitweb: blobs defined by non-textual hash ids can be cached
2006-08-26 Jakub Narebskigitweb: Improve comments about gitweb features configur...
2006-08-26 Jakub Narebskigitweb: Remove workaround for git-diff bug fixed in f82cd3c
2006-08-26 Junio C HamanoMerge branch 'master' into gl/web
2006-08-26 Junio C HamanoMerge branch 'gl/cleanup'
2006-08-26 Jakub Narebskigitweb: git_annotate didn't expect negative numeric...
2006-08-26 Jakub Narebskigitweb: Remove creating directory for temporary files
2006-08-26 Jakub Narebskigitweb: Remove git_diff_print subroutine
2006-08-26 Jakub Narebskigitweb: git_blobdiff_plain is git_blobdiff('plain')
2006-08-26 Jakub Narebskigitweb: Use git-diff-tree or git-diff patch output...
2006-08-26 Jakub Narebskigitweb: Change here-doc back for style consistency...
2006-08-26 Jakub Narebskigitweb: Always display link to blobdiff_plain in git_bl...
2006-08-26 Jakub Narebskigitweb: Add invisible hyperlink to from-file/to-file...
2006-08-26 Jakub Narebskigitweb: Parse two-line from-file/to-file diff header...
2006-08-26 Jakub Narebskigitweb: Allow for pre-parsed difftree info in git_patch...
2006-08-26 Jakub Narebskigitweb: Add support for hash_parent_base parameter...
2006-08-26 Jakub Narebskigitweb: Use git_get_name_rev_tags for commitdiff_plain...
2006-08-26 Jakub Narebskigitweb: Add git_get_rev_name_tags function
2006-08-26 Jakub Narebskigitweb: Faster return from git_get_preceding_references...
2006-08-26 Jakub Narebskigitweb: Add git_get_{following,preceding}_references...
2006-08-26 Jakub Narebskigitweb: Streamify patch output in git_commitdiff
2006-08-26 Jakub Narebskigitweb: Remove invalid comment in format_diff_line
2006-08-26 Jakub Narebskigitweb: Show information about incomplete lines in...
2006-08-26 Jakub Narebskigitweb: Use git-diff-tree patch output for commitdiff
2006-08-22 Jakub Narebskigitweb: Sort CGI parameters returned by href()
2006-08-22 Jakub Narebskigitweb: Drop the href() params which keys are not in...
2006-08-22 Jakub Narebskigitweb: Use here-doc
2006-08-22 Jakub Narebskigitweb: Route rest of action subroutines through %actions
2006-08-22 Jakub Narebskigitweb: Use underscore instead of hyphen to separate...
2006-08-22 Jakub Narebskigitweb: Whitespace cleanup: realign, reindent
2006-08-22 Jakub Narebskigitweb: Replace some presentational HTML by CSS
2006-08-22 Jakub Narebskigitweb: bugfix: a.list formatting regression
2006-08-21 Jakub Narebskigitweb: Use parse_difftree_raw_line in git_difftree_body
2006-08-21 Jakub Narebskigitweb: Added parse_difftree_raw_line function for...
2006-08-21 Junio C HamanoMerge branch 'maint'
2006-08-20 Aneesh Kumar K.Vgitweb: Make blame and snapshot a feature.
2006-08-18 Aneesh Kumar K.Vgitweb: fix snapshot support
2006-08-17 Luben Tuikovgitweb: bugfix: git_print_page_path() needs the hash base
2006-08-17 Luben Tuikovgitweb: bugfix: commitdiff regression
2006-08-17 Aneesh Kumar K.Vgitweb: Support for snapshot
2006-08-17 Jakub Narebskigitweb: Refactor printing commit message
2006-08-17 Martin Waitzgitweb: fix project list if PATH_INFO=="/".
2006-08-17 Martin Waitzgitweb: support for / as home_link.
2006-08-17 Martin Waitzgitweb: support for "fp" parameter.
2006-08-17 Martin Waitzgitweb: continue consolidation of URL generation.
2006-08-17 Jakub Narebskigitweb: Uniquify version info output, add meta generato...
2006-08-17 Junio C HamanoMerge branch 'jc/format-patch'
2006-08-16 Junio C HamanoMerge branch 'jc/racy'
2006-08-16 Junio C HamanoMerge branch 'maint'
2006-08-16 Jakub Narebskigitweb: Add support for per project git URLs
2006-08-16 Martin Waitzgitweb: consolidate action URL generation.
2006-08-16 Martin Waitzgitweb: provide function to format the URL for an actio...
2006-08-16 Jakub Narebskigitweb: Show project's git URL on summary page
2006-08-16 Junio C HamanoMerge branch 'maint'
2006-08-15 Yasushi SHOJIgitweb: configurable home link string
2006-08-15 Jakub Narebskigitweb: Separate printing difftree in git_commit into...
2006-08-15 Jakub Narebskigitweb: True fix: Support for the standard mime.types...
2006-08-15 Jakub Narebskigitweb: Skip comments in mime.types like file
2006-08-15 Jakub Narebskigitweb: Change appereance of marker of refs pointing...
2006-08-15 Jakub Narebskigitweb: Separate finding project owner into git_get_pro...
2006-08-15 Jakub Narebskigitweb: Separate main part of git_history into git_hist...
2006-08-15 Jakub Narebskigitweb: Refactor printing shortened title in git_shortl...
2006-08-14 Jakub Narebskigitweb: Separate ref parsing in git_get_refs_list into...
2006-08-14 Jakub Narebskigitweb: Great subroutines renaming
2006-08-14 Junio C HamanoMerge branch 'maint'
2006-08-13 Junio C HamanoMerge branch 'jc/upload-pack'
2006-08-13 Junio C HamanoMerge branch 'jc/racy-delay'
2006-08-13 Junio C HamanoMerge branch 'th/diff-extra'
2006-08-13 Junio C HamanoMerge branch 'jc/pack-objects'
2006-08-13 Junio C HamanoMerge branch 'js/read-tree'
2006-08-13 Junio C HamanoMerge branch 'js/http-mb'
2006-08-13 Junio C HamanoMerge branch 'js/color-diff'
2006-08-13 Junio C HamanoMerge branch 'jn/web'
2006-08-13 Junio C HamanoMerge branch 'lt/web'
2006-08-13 Junio C HamanoGIT 1.4.2 v1.4.2
2006-08-13 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-08-10 Jakub Narebskigitweb: Whitespace cleanup - tabs are for indent, space...
2006-08-08 Luben Tuikovgitweb: blame table row no highlight fix
2006-08-08 Luben Tuikovgitweb: bugfix: git_commit and git_commitdiff parents
2006-08-08 Jakub Narebskigitweb: Remove unused variables in git_shortlog_body...
2006-08-06 Matthias Lederhofergitweb: fix $project usage
2006-08-06 Matthias Lederhofergitweb: fix commitdiff_plain for root commits
2006-08-06 Jakub Narebskigitweb: Skip nonmatching lines in difftree output,...
2006-08-06 Jakub Narebskigitweb: fix commitdiff for root commits
2006-08-06 Matthias Lederhofergitweb: check if HTTP_ACCEPT is really set
2006-08-06 Jakub Narebskigitweb: Refactor untabifying - converting tabs to spaces
2006-08-06 Jakub Narebskigitweb: Inline $rss_link
2006-08-06 Jakub Narebskigitweb: PATH_INFO=/ means no project
2006-08-06 Jakub Narebskigitweb: No error messages with unescaped/unprotected...
2006-08-06 Jakub Narebskigitweb: No periods for error messages
2006-08-06 Jakub Narebskigitweb: Cleanup and uniquify error messages
2006-08-06 Jakub Narebskigitweb: Don't undefine query parameter related variable...
2006-08-06 Jakub Narebskigitweb: Use undef for die_error to use default first...
2006-08-06 Jakub Narebskigitweb: die_error first (optional) parameter is HTTP status
2006-08-06 Jakub Narebskigitweb: Separate input validation and dispatch, add...
2006-08-05 Luben Tuikovgitweb: git_tree displays blame based on repository config
next