summaryrefslogtreecommitdiff
path: root/gitweb/gitweb.perl
AgeCommit message (Expand)Author
2006-10-23gitweb: Show project's README.html if availablePetr Baudis
2006-10-23gitweb: Do not automatically append " git" to custom site namePetr Baudis
2006-10-23gitweb: Make search type a popup menuPetr Baudis
2006-10-23gitweb: Restore object-named links in item listsPetr Baudis
2006-10-23Merge branch 'master' into jc/webJunio C Hamano
2006-10-23Merge branch 'maint'Junio C Hamano
2006-10-23gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis
2006-10-22gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski
2006-10-22gitweb: Improve git_print_page_pathJakub Narebski
2006-10-22Merge 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-18Merge 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-07gitweb: 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
2006-10-06gitweb: use blame --porcelainJunio C Hamano
2006-10-06Merge branch 'jc/blame' into jc/web-blameJunio C Hamano
2006-10-05gitweb: Make the Git logo link target to point to the homepageJunio C Hamano
2006-10-05gitweb: Do not print "log" and "shortlog" redundantly in commit viewLuben Tuikov
2006-10-05tar-tree deprecation: we eat our own dog food.Junio C Hamano
2006-10-04gitweb: warn if feature cannot be overridden.Martin Waitz
2006-10-04Gitweb - provide site headers and footersAlan Chandler
2006-10-04gitweb: blame: Mouse-over commit-8 shows author and dateLuben Tuikov
2006-10-04gitweb: blame: print commit-8 on the leading row of a commit-blockLuben Tuikov
2006-10-04Revert 954a6183756a073723a7c9fd8d2feb13132876b0Junio C Hamano
2006-10-03gitweb: prepare for repositories with packed refs.Junio C Hamano
2006-10-03gitweb: make leftmost column of blame less cluttered.Junio C Hamano
2006-10-03gitweb: Escape ESCAPE (\e) characterLuben Tuikov
2006-10-02gitweb: start to generate PATH_INFO URLs.Martin Waitz
2006-09-30Merge branch 'lt/web'Junio C Hamano
2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov
2006-09-28gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov
2006-09-28gitweb: Remove redundant "commit" from historyLuben Tuikov
2006-09-28gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov
2006-09-28gitweb: Add snapshot to shortlogLuben Tuikov
2006-09-28gitweb: Factor out gitweb_have_snapshot()Luben Tuikov
2006-09-28gitweb: Remove redundant "commit" link from shortlogLuben Tuikov
2006-09-28gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov
2006-09-27gitweb: Add history and blame to git_difftree_body()Luben Tuikov
2006-09-27gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov
2006-09-27Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov