Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-08-26gitweb: Show information about incomplete lines in commitdiffJakub Narebski
2006-08-26gitweb: Use git-diff-tree patch output for commitdiffJakub Narebski
2006-08-23gitweb: Sort CGI parameters returned by href()Jakub Narebski
2006-08-23gitweb: Drop the href() params which keys are not in %mappingJakub Narebski
2006-08-23gitweb: Use here-docJakub Narebski
2006-08-23gitweb: Route rest of action subroutines through %actionsJakub Narebski
2006-08-23gitweb: Use underscore instead of hyphen to separate words in HTTP headers namesJakub Narebski
2006-08-23gitweb: Whitespace cleanup: realign, reindentJakub Narebski
2006-08-23gitweb: Replace some presentational HTML by CSSJakub Narebski
2006-08-23gitweb: bugfix: a.list formatting regressionJakub Narebski
2006-08-22gitweb: Use parse_difftree_raw_line in git_difftree_bodyJakub Narebski
2006-08-22gitweb: Added parse_difftree_raw_line function for later useJakub Narebski
2006-08-21gitweb: Make blame and snapshot a feature.Aneesh Kumar K.V
2006-08-18gitweb: fix snapshot supportAneesh Kumar K.V
2006-08-18gitweb: bugfix: git_print_page_path() needs the hash baseLuben Tuikov
2006-08-18gitweb: bugfix: commitdiff regressionLuben Tuikov
2006-08-17gitweb: Support for snapshotAneesh Kumar K.V
2006-08-17gitweb: Refactor printing commit messageJakub Narebski
2006-08-17gitweb: fix project list if PATH_INFO=="/".Martin Waitz
2006-08-17gitweb: support for / as home_link.Martin Waitz
2006-08-17gitweb: support for "fp" parameter.Martin Waitz
2006-08-17gitweb: continue consolidation of URL generation.Martin Waitz
2006-08-17gitweb: Uniquify version info output, add meta generator in page headerJakub Narebski
2006-08-17gitweb: Add support for per project git URLsJakub Narebski
2006-08-16gitweb: consolidate action URL generation.Martin Waitz
2006-08-16gitweb: provide function to format the URL for an action link.Martin Waitz
2006-08-16gitweb: Show project's git URL on summary pageJakub Narebski
2006-08-15gitweb: configurable home link stringYasushi SHOJI
2006-08-15gitweb: Separate printing difftree in git_commit into git_difftree_bodyJakub Narebski
2006-08-15gitweb: True fix: Support for the standard mime.types map in gitwebJakub Narebski
2006-08-15gitweb: Skip comments in mime.types like fileJakub Narebski
2006-08-15gitweb: Change appereance of marker of refs pointing to given objectJakub Narebski
2006-08-15gitweb: Separate finding project owner into git_get_project_ownerJakub Narebski
2006-08-15gitweb: Separate main part of git_history into git_history_bodyJakub Narebski
2006-08-15gitweb: Refactor printing shortened title in git_shortlog_body and git_tags_bodyJakub Narebski
2006-08-15gitweb: Separate ref parsing in git_get_refs_list into parse_refJakub Narebski
2006-08-15gitweb: Great subroutines renamingJakub Narebski
2006-08-13Merge branch 'jn/web'Junio C Hamano
2006-08-11gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski
2006-08-08gitweb: blame table row no highlight fixLuben Tuikov
2006-08-08gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov
2006-08-08gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski
2006-08-07gitweb: fix $project usageMatthias Lederhofer
2006-08-07gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer
2006-08-07gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski
2006-08-07gitweb: fix commitdiff for root commitsJakub Narebski
2006-08-07gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer
2006-08-06gitweb: Refactor untabifying - converting tabs to spacesJakub Narebski
2006-08-06gitweb: Inline $rss_linkJakub Narebski
2006-08-06gitweb: PATH_INFO=/ means no projectJakub Narebski