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-09-28Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov
2006-09-27gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski
2006-09-27gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski
2006-09-27gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski
2006-09-27gitweb: Use "return" instead of "return undef" for some subsJakub Narebski
2006-09-27gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski
2006-09-27gitweb: extend blame to show links to diff and previousLuben Tuikov
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI
2006-09-27gitweb: Remove redundant "tree" linkLuben Tuikov
2006-09-26gitweb: tree view: eliminate redundant "blob"Luben Tuikov
2006-09-25gitweb: fix over-eager application of esc_html().Petr Baudis
2006-09-24gitweb: Consolidate escaping/validation of query stringPetr Baudis
2006-09-23Fix snapshot link in tree viewPetr Baudis
2006-09-23gitweb: Fix @git_base_url_list usagePetr Baudis
2006-09-23gitweb: Fix tree link associated with each commit log entry.Petr Baudis
2006-09-23Make path in tree view look nicerPetr Baudis
2006-09-22gitweb: Relabel "head" as "HEAD"Petr Baudis
2006-09-22gitweb: Rename "plain" labels to "raw"Petr Baudis
2006-09-22gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis
2006-09-22gitweb: Link to latest tree from the head line in heads listPetr Baudis
2006-09-22gitweb: Link to tree instead of snapshot in shortlogPetr Baudis
2006-09-22gitweb: More per-view navigation bar linksPetr Baudis
2006-09-22gitweb: Link (HEAD) tree for each project from projects listPetr Baudis
2006-09-21gitweb: Make git_get_hash_by_path check type if providedJakub Narebski
2006-09-21Fix showing of path in tree viewPetr Baudis
2006-09-21gitweb: fix display of trees via PATH_INFO.Martin Waitz
2006-09-20gitweb: Fix thinko in git_tags and git_headsJakub Narebski
2006-09-20gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski
2006-09-20gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski
2006-09-20gitweb: Require project for almost all actionsJakub Narebski
2006-09-20gitweb: Even more support for PATH_INFO based URLsJakub Narebski
2006-09-20gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski
2006-09-18gitweb fix validating pg (page) parameterMatthias Lederhofer
2006-09-18gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer
2006-09-17gitweb: export optionsMatthias Lederhofer
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski
2006-09-15gitweb: Add git_project_index for generating index.auxJakub Narebski
2006-09-15gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski
2006-09-15gitweb: Use File::Find::find in git_get_projects_listJakub Narebski
2006-09-11gitweb: Paginate history outputJakub Narebski
2006-09-11gitweb: Make pickaxe search a featureJakub Narebski
2006-09-05gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski
2006-09-05gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski
2006-09-05gitweb: Add GIT favicon, assuming image/png typeJakub Narebski
2006-09-04gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski
2006-09-01gitweb: Fix git_blameAneesh Kumar K.V