summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-09-24gitweb: Consolidate escaping/validation of query stringPetr Baudis
2006-09-22Fix snapshot link in tree viewPetr Baudis
2006-09-22gitweb: Fix @git_base_url_list usagePetr Baudis
2006-09-22gitweb: Fix tree link associated with each commit log entry.Petr Baudis
2006-09-22Make 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-17gitweb fix validating pg (page) parameterMatthias Lederhofer
2006-09-17gitweb: 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-04gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski
2006-09-04gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski
2006-09-04gitweb: Add GIT favicon, assuming image/png typeJakub Narebski
2006-09-03gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski
2006-09-01gitweb: Fix git_blameAneesh Kumar K.V
2006-08-31gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski
2006-08-31gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski
2006-08-31gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski
2006-08-31use do() instead of require() to include configurationDennis Stosberg
2006-08-31gitweb: Remove forgotten call to git_to_hashDennis Stosberg
2006-08-28gitweb: Add local time and timezone to git_print_authorshipJakub Narebski
2006-08-28gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski
2006-08-28gitweb: git_print_log: signoff line is non-empty lineJakub Narebski
2006-08-28gitweb: Add author information to commitdiff viewJakub Narebski
2006-08-28gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski
2006-08-28gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski