aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
* gitweb: Consolidate escaping/validation of query stringPetr Baudis2006-09-23
* Fix snapshot link in tree viewPetr Baudis2006-09-22
* gitweb: Fix @git_base_url_list usagePetr Baudis2006-09-22
* gitweb: Fix tree link associated with each commit log entry.Petr Baudis2006-09-22
* Make path in tree view look nicerPetr Baudis2006-09-22
* gitweb: Relabel "head" as "HEAD"Petr Baudis2006-09-21
* gitweb: Rename "plain" labels to "raw"Petr Baudis2006-09-21
* gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis2006-09-21
* gitweb: Link to latest tree from the head line in heads listPetr Baudis2006-09-21
* gitweb: Link to tree instead of snapshot in shortlogPetr Baudis2006-09-21
* gitweb: More per-view navigation bar linksPetr Baudis2006-09-21
* gitweb: Link (HEAD) tree for each project from projects listPetr Baudis2006-09-21
* gitweb: Make git_get_hash_by_path check type if providedJakub Narebski2006-09-21
* Fix showing of path in tree viewPetr Baudis2006-09-21
* gitweb: fix display of trees via PATH_INFO.Martin Waitz2006-09-21
* gitweb: Fix thinko in git_tags and git_headsJakub Narebski2006-09-20
* gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski2006-09-20
* gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski2006-09-20
* gitweb: Require project for almost all actionsJakub Narebski2006-09-20
* gitweb: Even more support for PATH_INFO based URLsJakub Narebski2006-09-20
* gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski2006-09-20
* gitweb fix validating pg (page) parameterMatthias Lederhofer2006-09-17
* gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer2006-09-17
* gitweb: export optionsMatthias Lederhofer2006-09-17
* gitweb: do not use 'No such directory' error messageMatthias Lederhofer2006-09-17
* gitweb: fix uninitialized variable warning.Martin Waitz2006-09-17
* gitweb: more support for PATH_INFO based URLsMartin Waitz2006-09-17
* gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski2006-09-16
* gitweb: Allow for href() to be used for links without project paramJakub Narebski2006-09-16
* gitweb: Add git_project_index for generating index.auxJakub Narebski2006-09-14
* gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski2006-09-14
* gitweb: Use File::Find::find in git_get_projects_listJakub Narebski2006-09-14
* gitweb: Paginate history outputJakub Narebski2006-09-10
* gitweb: Make pickaxe search a featureJakub Narebski2006-09-10
* gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski2006-09-04
* gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski2006-09-04
* gitweb: Add GIT favicon, assuming image/png typeJakub Narebski2006-09-04
* gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski2006-09-03
* 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