summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-09-23gitweb: Consolidate escaping/validation of query stringPetr Baudis-21/+11
2006-09-22Fix snapshot link in tree viewPetr Baudis-1/+1
2006-09-22gitweb: Fix @git_base_url_list usagePetr Baudis-1/+1
2006-09-22gitweb: Fix tree link associated with each commit log entry.Petr Baudis-1/+1
2006-09-22Make path in tree view look nicerPetr Baudis-5/+5
2006-09-21gitweb: Relabel "head" as "HEAD"Petr Baudis-4/+4
2006-09-21gitweb: Rename "plain" labels to "raw"Petr Baudis-4/+4
2006-09-21gitweb: Link to associated tree from a particular log item in full log viewPetr Baudis-0/+2
2006-09-21gitweb: Link to latest tree from the head line in heads listPetr Baudis-1/+2
2006-09-21gitweb: Link to tree instead of snapshot in shortlogPetr Baudis-7/+2
2006-09-21gitweb: More per-view navigation bar linksPetr Baudis-4/+38
2006-09-21gitweb: Link (HEAD) tree for each project from projects listPetr Baudis-1/+2
2006-09-21gitweb: Make git_get_hash_by_path check type if providedJakub Narebski-0/+5
2006-09-21Fix showing of path in tree viewPetr Baudis-5/+7
2006-09-21gitweb: fix display of trees via PATH_INFO.Martin Waitz-0/+1
2006-09-20gitweb: Fix thinko in git_tags and git_headsJakub Narebski-2/+2
2006-09-20gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski-24/+42
2006-09-20gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski-8/+2
2006-09-20gitweb: Require project for almost all actionsJakub Narebski-0/+4
2006-09-20gitweb: Even more support for PATH_INFO based URLsJakub Narebski-9/+20
2006-09-20gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski-1/+1
2006-09-17gitweb fix validating pg (page) parameterMatthias Lederhofer-1/+1
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer-13/+21
2006-09-17gitweb: export optionsMatthias Lederhofer-3/+20
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer-7/+4
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz-8/+8
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz-7/+27
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski-1/+10
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski-7/+10
2006-09-14gitweb: Add git_project_index for generating index.auxJakub Narebski-0/+25
2006-09-14gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski-22/+19
2006-09-14gitweb: Use File::Find::find in git_get_projects_listJakub Narebski-10/+20
2006-09-10gitweb: Paginate history outputJakub Narebski-10/+54
2006-09-10gitweb: Make pickaxe search a featureJakub Narebski-2/+31
2006-09-04gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski-8/+21
2006-09-04gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski-4/+4
2006-09-04gitweb: Add GIT favicon, assuming image/png typeJakub Narebski-0/+5
2006-09-03gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski-1/+1
2006-08-31gitweb: Fix git_blameAneesh Kumar K.V-4/+6
2006-08-31gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski-3/+3
2006-08-31gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski-44/+59
2006-08-31gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski-19/+43
2006-08-31use do() instead of require() to include configurationDennis Stosberg-1/+1
2006-08-31gitweb: Remove forgotten call to git_to_hashDennis Stosberg-4/+0
2006-08-28gitweb: Add local time and timezone to git_print_authorshipJakub Narebski-2/+10
2006-08-28gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski-22/+49
2006-08-28gitweb: git_print_log: signoff line is non-empty lineJakub Narebski-0/+1
2006-08-28gitweb: Add author information to commitdiff viewJakub Narebski-0/+18
2006-08-28gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski-1/+0
2006-08-28gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski-32/+31