summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-12-06gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" viewJakub Narebski
2006-12-04gitweb: Fix Atom feed <logo>: it is $logo, not $logo_urlJakub Narebski
2006-11-26gitweb: Make project description in projects list link to summary viewJakub Narebski
2006-11-25gitweb: Use author_epoch for pubdate in gitweb feedsJakub Narebski
2006-11-25gitweb: Add author and contributor email to Atom feedJakub Narebski
2006-11-25gitweb: Add author and committer email extraction to parse_commitJakub Narebski
2006-11-25gitweb: Use git-show-ref instead of git-peek-remoteJakub Narebski
2006-11-25gitweb: Do not use esc_html in esc_pathJakub Narebski
2006-11-24gitweb: (style) use chomp without parentheses consistently.Junio C Hamano
2006-11-24gitweb: Replace SPC with &nbsp; also in tag commentJakub Narebski
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski
2006-11-21gitweb: Add an option to href() to return full URLJakub Narebski
2006-11-21gitweb: New improved formatting of chunk header in diffJakub Narebski
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski
2006-11-21gitweb: Protect against possible warning in git_commitdiffJakub Narebski
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard
2006-11-09gitweb: fix unmatched div in commitdiffJunio C Hamano
2006-11-09gitweb: protect commit messages from controls.Junio C Hamano
2006-11-09gitweb: protect blob and diff output lines from controls.Junio C Hamano
2006-11-08gitweb: do not give blame link unconditionally in diff-tree viewJunio C Hamano
2006-11-08gitweb: New improved patchset viewJakub Narebski
2006-11-08gitweb: Use character or octal escape codes (and add span.cntrl) in esc_pathJakub Narebski
2006-11-08gitweb: Better git-unquoting and gitweb-quoting of pathnamesJakub Narebski
2006-11-08gitweb: minimally fix "fork" support.Junio C Hamano
2006-11-08gitweb: fix disabling of "forks"Junio C Hamano
2006-11-05Merge branch 'pb/web'Junio C Hamano
2006-11-04gitweb: Remove extra "/" in path names for git_get_project_listAneesh Kumar K.V
2006-11-03gitweb: Better support for non-CSS aware web browsersJakub Narebski
2006-11-03gitweb: Output also empty patches in "commitdiff" viewJakub Narebski
2006-11-03gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski
2006-11-01gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski
2006-11-01gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski
2006-11-01gitweb: esc_html() author in blameLuben Tuikov
2006-10-28gitweb: Add "next" link to commitdiff viewJakub Narebski
2006-10-28gitweb: Move git_get_last_activity subroutine earlierJakub Narebski
2006-10-28gitweb: Fix up bogus $stylesheet declarationsPetr Baudis
2006-10-27Merge branch 'maint'Junio C Hamano
2006-10-27gitweb: Check git base URLs before generating URL from itJakub Narebski
2006-10-26gitweb: Use --no-commit-id in git_commit and git_commitdiffJakub Narebski
2006-10-25gitweb: Support for 'forks'Petr Baudis
2006-10-25Merge branch 'jc/web'Junio C Hamano
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano
2006-10-25gitweb: Print commit message without title in commitdiff only if there is anyJakub Narebski
2006-10-25gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiffJakub Narebski
2006-10-25gitweb: Get rid of git_print_simplified_logJakub Narebski
2006-10-24gitweb: Show project's README.html if availablePetr Baudis
2006-10-24gitweb: Do not automatically append " git" to custom site namePetr Baudis
2006-10-24gitweb: Make search type a popup menuPetr Baudis