416 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
Petr Baudis f35274dad8 gitweb: Relabel "head" as "HEAD" 18 years ago
Petr Baudis 35329cc1cc gitweb: Rename "plain" labels to "raw" 18 years ago
Petr Baudis 6ef4cb2e8d gitweb: Link to associated tree from a particular log item in full log view 18 years ago
Petr Baudis 1d62be25ed gitweb: Link to latest tree from the head line in heads list 18 years ago
Petr Baudis 35749ae566 gitweb: Link to tree instead of snapshot in shortlog 18 years ago
Petr Baudis cae1862a3b gitweb: More per-view navigation bar links 18 years ago
Petr Baudis 609ff267fb gitweb: Link (HEAD) tree for each project from projects list 18 years ago
Jakub Narebski 1d782b03b0 gitweb: Make git_get_hash_by_path check type if provided 18 years ago
Petr Baudis 16fdb4882e Fix showing of path in tree view 18 years ago
Martin Waitz 053d62bb5b gitweb: fix display of trees via PATH_INFO. 18 years ago
Jakub Narebski 62e27f273d gitweb: Fix thinko in git_tags and git_heads 18 years ago
Jakub Narebski 120ddde2a8 gitweb: Make git_get_refs_list do work of git_get_references 18 years ago
Jakub Narebski 9704d75ddc gitweb: Always use git-peek-remote in git_get_references 18 years ago
Jakub Narebski d04d3d424b gitweb: Require project for almost all actions 18 years ago
Jakub Narebski cd90e75ff4 gitweb: Even more support for PATH_INFO based URLs 18 years ago
Jakub Narebski 8059319acc gitweb: Fix mimetype_guess_file for files with multiple extensions 18 years ago
Matthias Lederhofer ac8e3f2bb8 gitweb fix validating pg (page) parameter 18 years ago
Matthias Lederhofer 645927cec8 gitweb: fix warnings in PATH_INFO code and add export_ok/strict_export 18 years ago
Matthias Lederhofer 32f4aaccaa gitweb: export options 18 years ago
Matthias Lederhofer 7939fe44b8 gitweb: do not use 'No such directory' error message 18 years ago
Martin Waitz 800764cf33 gitweb: fix uninitialized variable warning. 18 years ago
Martin Waitz dd70235f5a gitweb: more support for PATH_INFO based URLs 18 years ago
Jakub Narebski 9d0734ae49 gitweb: Add link to "project_index" view to "project_list" page 18 years ago
Jakub Narebski a1565c447d gitweb: Allow for href() to be used for links without project param 18 years ago
Jakub Narebski fc2b2be031 gitweb: Add git_project_index for generating index.aux 18 years ago
Jakub Narebski c83a77e4e1 gitweb: Do not parse refs by hand, use git-peek-remote instead 18 years ago
Jakub Narebski c0011ff8c8 gitweb: Use File::Find::find in git_get_projects_list 18 years ago
Jakub Narebski 8be683520e gitweb: Paginate history output 18 years ago
Jakub Narebski 04f7a94f65 gitweb: Make pickaxe search a feature 18 years ago
Jakub Narebski 762c7205f6 gitweb: Divide page path into directories -- path's "breadcrumbs" 18 years ago
Jakub Narebski 72dbafa1e6 gitweb: Correct typo: '==' instead of 'eq' in git_difftree_body 18 years ago
Jakub Narebski 0b5deba132 gitweb: Add GIT favicon, assuming image/png type 18 years ago
Jakub Narebski f2e609473c gitweb: Change the name of diff to parent link in "commit" view to "diff 18 years ago
Aneesh Kumar K.V 1d3fc68ae7 gitweb: Fix git_blame 18 years ago
Jakub Narebski 0edcb37d67 gitweb: Extend parse_difftree_raw_line to save commit info 18 years ago
Jakub Narebski fa702003e4 gitweb: Separate printing of git_tree row into git_print_tree_entry 18 years ago
Jakub Narebski cb849b46ac gitweb: Move git-ls-tree output parsing to parse_ls_tree_line 18 years ago
Dennis Stosberg 4b5dc988c0 use do() instead of require() to include configuration 18 years ago
Dennis Stosberg 3a36bc8469 gitweb: Remove forgotten call to git_to_hash 18 years ago
Jakub Narebski a44465ccd9 gitweb: Add local time and timezone to git_print_authorship 18 years ago
Jakub Narebski b4657e7759 gitweb: Add diff tree, with links to patches, to commitdiff view 18 years ago
Jakub Narebski fba20b429a gitweb: git_print_log: signoff line is non-empty line 18 years ago
Jakub Narebski 6fd92a28eb gitweb: Add author information to commitdiff view 18 years ago
Jakub Narebski d50a9398fe gitweb: Do not remove signoff lines in git_print_simplified_log 18 years ago
Jakub Narebski b7f9253df9 gitweb: Make git_print_log generic; git_print_simplified_log uses it 18 years ago
Dennis Stosberg 25691fbe6d gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'} 18 years ago
Jakub Narebski 6bcf4b46c9 gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree paramete 18 years ago
Jakub Narebski 0aea33762b gitweb: Remove git_to_hash function 18 years ago
Jakub Narebski 023782bd4d gitweb: Remove unused git_get_{preceding,following}_references 18 years ago
Jakub Narebski c8a99d7674 gitweb: Fix typo in git_patchset_body 18 years ago