aboutsummaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAge
* 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
* gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg2006-08-28
* gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski2006-08-27
* gitweb: Remove git_to_hash functionJakub Narebski2006-08-27
* gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski2006-08-27
* gitweb: Fix typo in git_patchset_bodyJakub Narebski2006-08-27
* gitweb: Fix typo in git_difftree_bodyJakub Narebski2006-08-26
* gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski2006-08-26
* gitweb: Improve comments about gitweb features configurationJakub Narebski2006-08-26
* gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski2006-08-26
* Merge branch 'master' into gl/webJunio C Hamano2006-08-26
|\
| * gitweb: git_annotate didn't expect negative numeric timezoneJakub Narebski2006-08-26
* | gitweb: Remove creating directory for temporary filesJakub Narebski2006-08-25
* | gitweb: Remove git_diff_print subroutineJakub Narebski2006-08-25
* | gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski2006-08-25
* | gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski2006-08-25
* | gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski2006-08-25
* | gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski2006-08-25
* | gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski2006-08-25
* | gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski2006-08-25
* | gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski2006-08-25
* | gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski2006-08-25