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