summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb fix validating pg (page) parameterMatthias Lederhofer2006-09-171-1/+1
* gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer2006-09-171-13/+21
* gitweb: export optionsMatthias Lederhofer2006-09-171-3/+20
* gitweb: do not use 'No such directory' error messageMatthias Lederhofer2006-09-171-7/+4
* gitweb: fix uninitialized variable warning.Martin Waitz2006-09-171-8/+8
* gitweb: more support for PATH_INFO based URLsMartin Waitz2006-09-171-7/+27
* gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski2006-09-161-1/+10
* gitweb: Allow for href() to be used for links without project paramJakub Narebski2006-09-161-7/+10
* gitweb: Add git_project_index for generating index.auxJakub Narebski2006-09-141-0/+25
* gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski2006-09-141-22/+19
* gitweb: Use File::Find::find in git_get_projects_listJakub Narebski2006-09-141-10/+20
* gitweb: Paginate history outputJakub Narebski2006-09-101-10/+54
* gitweb: Make pickaxe search a featureJakub Narebski2006-09-101-2/+31
* gitweb: Divide page path into directories -- path's "breadcrumbs"Jakub Narebski2006-09-041-8/+21
* gitweb: Correct typo: '==' instead of 'eq' in git_difftree_bodyJakub Narebski2006-09-041-4/+4
* gitweb: Add GIT favicon, assuming image/png typeJakub Narebski2006-09-042-0/+5
* gitweb: Change the name of diff to parent link in "commit" view to "diffJakub Narebski2006-09-031-1/+1
* gitweb: Fix git_blameAneesh Kumar K.V2006-08-311-4/+6
* gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski2006-08-311-3/+3
* gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski2006-08-311-44/+59
* gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski2006-08-311-19/+43
* use do() instead of require() to include configurationDennis Stosberg2006-08-311-1/+1
* gitweb: Remove forgotten call to git_to_hashDennis Stosberg2006-08-311-4/+0
* gitweb: Add local time and timezone to git_print_authorshipJakub Narebski2006-08-281-2/+10
* gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski2006-08-281-22/+49
* gitweb: git_print_log: signoff line is non-empty lineJakub Narebski2006-08-281-0/+1
* gitweb: Add author information to commitdiff viewJakub Narebski2006-08-282-0/+18
* gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski2006-08-281-1/+0
* gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski2006-08-281-32/+31
* gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg2006-08-281-36/+54
* gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski2006-08-271-9/+24
* gitweb: Remove git_to_hash functionJakub Narebski2006-08-271-20/+3
* gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski2006-08-271-51/+0
* gitweb: Fix typo in git_patchset_bodyJakub Narebski2006-08-271-1/+1
* gitweb: Fix typo in git_difftree_bodyJakub Narebski2006-08-261-1/+1
* gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski2006-08-261-3/+17
* gitweb: Improve comments about gitweb features configurationJakub Narebski2006-08-261-9/+16
* gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski2006-08-261-2/+1
* Merge branch 'master' into gl/webJunio C Hamano2006-08-261-1/+1
|\
| * gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski2006-08-261-1/+1
* | gitweb: Remove creating directory for temporary filesJakub Narebski2006-08-251-6/+0
* | gitweb: Remove git_diff_print subroutineJakub Narebski2006-08-251-71/+0
* | gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski2006-08-251-25/+68
* | gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski2006-08-251-17/+132
* | gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski2006-08-251-4/+2
* | gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski2006-08-251-7/+7
* | gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski2006-08-252-4/+20
* | gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski2006-08-252-1/+19
* | gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski2006-08-251-25/+30
* | gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski2006-08-251-10/+27