summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
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
2006-10-24gitweb: Restore object-named links in item listsPetr Baudis
2006-10-24Merge branch 'master' into jc/webJunio C Hamano
2006-10-24Merge branch 'maint'Junio C Hamano
2006-10-24gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis
2006-10-23gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski
2006-10-23gitweb: Improve git_print_page_pathJakub Narebski
2006-10-23Merge branch 'maint'Junio C Hamano
2006-10-22gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski
2006-10-22gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski
2006-10-19Merge branch 'mw/pathinfo'Junio C Hamano
2006-10-15gitweb: use for-each-ref to show the latest activity across branchesJunio C Hamano
2006-10-12gitweb: spell "blame --porcelain" with -pJunio C Hamano
2006-10-11gitweb: Fix search form when PATH_INFO is enabledPetr Baudis
2006-10-11gitweb: blame porcelain: lineno and orig lineno swappedLuben Tuikov
2006-10-08gitweb: Cleanup Git logo and Git logo target generationJakub Narebski
2006-10-08gitweb: Document features betterPetr Baudis
2006-10-07gitweb: [commit view] Do not suppress commitdiff link in root commitPetr Baudis
2006-10-07gitweb: Handle commits with empty commit messages more reasonablyPetr Baudis
2006-10-07gitweb: Separate (new) and (deleted) in commitdiff by a spacePetr Baudis
2006-10-07Show snapshot link in shortlog only if have_snapshoPetr Baudis
2006-10-06gitweb: refactor decode() for utf8 conversionYasushi SHOJI