summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Add "next" link to commit viewJakub Narebski2006-12-161-9/+29
* gitweb: Add title attribute to ref marker with full ref nameJakub Narebski2006-12-161-1/+2
* gitweb: Do not show difftree for merges in "commit" viewJakub Narebski2006-12-161-7/+15
* gitweb: SHA-1 in commit log message links to "object" viewJakub Narebski2006-12-121-7/+5
* gitweb: Hyperlink target of symbolic link in "tree" view (if possible)Jakub Narebski2006-12-121-1/+51
* gitweb: Add generic git_object subroutine to display object of any typeJakub Narebski2006-12-121-0/+48
* gitweb: Show target of symbolic link in "tree" viewJakub Narebski2006-12-121-8/+34
* gitweb: Don't use Content-Encoding: header in git_snapshotJakub Narebski2006-12-121-2/+1
* Fix documentation copy&paste typoUwe Zeisberger2006-12-081-1/+1
* gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" viewJakub Narebski2006-12-061-8/+22
* gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski2006-12-041-1/+1
* gitweb: Make project description in projects list link to summary viewJakub Narebski2006-11-251-5/+8
* gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski2006-11-251-3/+3
* gitweb: Add author and contributor email to Atom feedJakub Narebski2006-11-251-2/+12
* gitweb: Add author and committer email extraction to parse_commitJakub Narebski2006-11-251-3/+9
* gitweb: Use git-show-ref instead of git-peek-remoteJakub Narebski2006-11-251-4/+5
* gitweb: Do not use esc_html in esc_pathJakub Narebski2006-11-251-11/+17
* gitweb: (style) use chomp without parentheses consistently.Junio C Hamano2006-11-241-2/+2
* gitweb: Replace SPC with &nbsp; also in tag commentJakub Narebski2006-11-241-1/+1
* gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski2006-11-211-21/+21
* gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski2006-11-211-45/+210
* gitweb: Add an option to href() to return full URLJakub Narebski2006-11-211-1/+2
* gitweb: New improved formatting of chunk header in diffJakub Narebski2006-11-212-1/+35
* gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski2006-11-211-0/+2
* gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski2006-11-211-99/+136
* gitweb: Protect against possible warning in git_commitdiffJakub Narebski2006-11-211-1/+2
* gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard2006-11-151-1/+1
* gitweb: fix unmatched div in commitdiffJunio C Hamano2006-11-091-0/+2
* gitweb: protect commit messages from controls.Junio C Hamano2006-11-091-3/+2
* gitweb: protect blob and diff output lines from controls.Junio C Hamano2006-11-091-5/+6
* gitweb: do not give blame link unconditionally in diff-tree viewJunio C Hamano2006-11-081-10/+20
* gitweb: New improved patchset viewJakub Narebski2006-11-082-76/+173
* gitweb: Use character or octal escape codes (and add span.cntrl) in esc_pathJakub Narebski2006-11-081-1/+29
* gitweb: Better git-unquoting and gitweb-quoting of pathnamesJakub Narebski2006-11-082-19/+60
* gitweb: minimally fix "fork" support.Junio C Hamano2006-11-071-2/+20
* gitweb: fix disabling of "forks"Junio C Hamano2006-11-071-3/+5
* Merge branch 'pb/web'Junio C Hamano2006-11-041-82/+174
|\
| * gitweb: Support for 'forks'Petr Baudis2006-10-251-82/+174
* | gitweb: Remove extra "/" in path names for git_get_project_listAneesh Kumar K.V2006-11-041-0/+2
* | gitweb: Better support for non-CSS aware web browsersJakub Narebski2006-11-021-3/+8
* | gitweb: Output also empty patches in "commitdiff" viewJakub Narebski2006-11-021-33/+26
* | gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski2006-11-021-61/+92
* | gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski2006-11-011-2/+2
* | gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski2006-11-011-14/+22
* | gitweb: esc_html() author in blameLuben Tuikov2006-11-011-1/+1
* | gitweb: Add "next" link to commitdiff viewJakub Narebski2006-10-281-4/+45
* | gitweb: Move git_get_last_activity subroutine earlierJakub Narebski2006-10-281-18/+18
* | gitweb: Fix up bogus $stylesheet declarationsPetr Baudis2006-10-271-6/+2
* | Merge branch 'maint'Junio C Hamano2006-10-271-1/+1
|\ \
| * | gitweb: Check git base URLs before generating URL from itJakub Narebski2006-10-271-1/+1