summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski-21/+21
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski-45/+210
2006-11-21gitweb: Add an option to href() to return full URLJakub Narebski-1/+2
2006-11-21gitweb: New improved formatting of chunk header in diffJakub Narebski-1/+35
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski-0/+2
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski-99/+136
2006-11-21gitweb: Protect against possible warning in git_commitdiffJakub Narebski-1/+2
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard-1/+1
2006-11-09gitweb: fix unmatched div in commitdiffJunio C Hamano-0/+2
2006-11-09gitweb: protect commit messages from controls.Junio C Hamano-3/+2
2006-11-09gitweb: protect blob and diff output lines from controls.Junio C Hamano-5/+6
2006-11-08gitweb: do not give blame link unconditionally in diff-tree viewJunio C Hamano-10/+20
2006-11-08gitweb: New improved patchset viewJakub Narebski-76/+173
2006-11-08gitweb: Use character or octal escape codes (and add span.cntrl) in esc_pathJakub Narebski-1/+29
2006-11-08gitweb: Better git-unquoting and gitweb-quoting of pathnamesJakub Narebski-19/+60
2006-11-07gitweb: minimally fix "fork" support.Junio C Hamano-2/+20
2006-11-07gitweb: fix disabling of "forks"Junio C Hamano-3/+5
2006-11-04Merge branch 'pb/web'Junio C Hamano-82/+174
2006-11-04gitweb: Remove extra "/" in path names for git_get_project_listAneesh Kumar K.V-0/+2
2006-11-02gitweb: Better support for non-CSS aware web browsersJakub Narebski-3/+8
2006-11-02gitweb: Output also empty patches in "commitdiff" viewJakub Narebski-33/+26
2006-11-02gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski-61/+92
2006-11-01gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski-2/+2
2006-11-01gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski-14/+22
2006-11-01gitweb: esc_html() author in blameLuben Tuikov-1/+1
2006-10-28gitweb: Add "next" link to commitdiff viewJakub Narebski-4/+45
2006-10-28gitweb: Move git_get_last_activity subroutine earlierJakub Narebski-18/+18
2006-10-27gitweb: Fix up bogus $stylesheet declarationsPetr Baudis-6/+2
2006-10-27Merge branch 'maint'Junio C Hamano-1/+1
2006-10-27gitweb: Check git base URLs before generating URL from itJakub Narebski-1/+1
2006-10-26gitweb: Use --no-commit-id in git_commit and git_commitdiffJakub Narebski-7/+4
2006-10-25gitweb: Support for 'forks'Petr Baudis-82/+174
2006-10-25Merge branch 'jc/web'Junio C Hamano-50/+117
2006-10-25Merge branch 'jc/web-blame'Junio C Hamano-27/+105
2006-10-24gitweb: Print commit message without title in commitdiff only if there is anyJakub Narebski-3/+5
2006-10-24gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiffJakub Narebski-1/+6
2006-10-24gitweb: Get rid of git_print_simplified_logJakub Narebski-11/+2
2006-10-23gitweb: Show project's README.html if availablePetr Baudis-0/+8
2006-10-23gitweb: Do not automatically append " git" to custom site namePetr Baudis-3/+4
2006-10-23gitweb: Make search type a popup menuPetr Baudis-16/+47
2006-10-23gitweb: Restore object-named links in item listsPetr Baudis-6/+22
2006-10-23Merge branch 'master' into jc/webJunio C Hamano-87/+213
2006-10-23Merge branch 'maint'Junio C Hamano-2/+1
2006-10-23gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis-2/+1
2006-10-22gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski-0/+24
2006-10-22gitweb: Improve git_print_page_pathJakub Narebski-8/+8
2006-10-22Merge branch 'maint'Junio C Hamano-33/+36
2006-10-22gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski-3/+6
2006-10-22gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski-30/+30
2006-10-18Merge branch 'mw/pathinfo'Junio C Hamano-20/+85