summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2006-10-15gitweb: use for-each-ref to show the latest activity across branchesJunio C Hamano-11/+24
2006-10-12gitweb: spell "blame --porcelain" with -pJunio C Hamano-1/+1
2006-10-11gitweb: Fix search form when PATH_INFO is enabledPetr Baudis-0/+4
2006-10-11gitweb: blame porcelain: lineno and orig lineno swappedLuben Tuikov-1/+1
2006-10-08gitweb: Cleanup Git logo and Git logo target generationJakub Narebski-8/+14
2006-10-07gitweb: Document features betterPetr Baudis-19/+56
2006-10-07gitweb: [commit view] Do not suppress commitdiff link in root commitPetr Baudis-1/+1
2006-10-07gitweb: Handle commits with empty commit messages more reasonablyPetr Baudis-0/+3
2006-10-07gitweb: Separate (new) and (deleted) in commitdiff by a spacePetr Baudis-2/+2
2006-10-07Show snapshot link in shortlog only if have_snapshoPetr Baudis-2/+4
2006-10-06gitweb: refactor decode() for utf8 conversionYasushi SHOJI-7/+13
2006-10-06gitweb: use blame --porcelainJunio C Hamano-21/+44
2006-10-06Merge branch 'jc/blame' into jc/web-blameJunio C Hamano-9/+25
2006-10-05gitweb: Make the Git logo link target to point to the homepageJunio C Hamano-1/+6
2006-10-05gitweb: blame: Minimize vertical table row paddingLuben Tuikov-0/+6
2006-10-05gitweb: Do not print "log" and "shortlog" redundantly in commit viewLuben Tuikov-5/+0
2006-10-05tar-tree deprecation: we eat our own dog food.Junio C Hamano-3/+6
2006-10-04gitweb: warn if feature cannot be overridden.Martin Waitz-0/+4
2006-10-04Gitweb - provide site headers and footersAlan Chandler-7/+38
2006-10-04gitweb: blame: Mouse-over commit-8 shows author and dateLuben Tuikov-5/+7
2006-10-04gitweb: blame: print commit-8 on the leading row of a commit-blockLuben Tuikov-3/+9
2006-10-04Revert 954a6183756a073723a7c9fd8d2feb13132876b0Junio C Hamano-86/+13
2006-10-03Update the gitweb/README file to include setting the GITWEB_CONFIG environmentAlan Chandler-0/+7
2006-10-03gitweb: prepare for repositories with packed refs.Junio C Hamano-6/+20
2006-10-03gitweb: make leftmost column of blame less cluttered.Junio C Hamano-13/+86
2006-10-03gitweb: document webserver configuration for common gitweb/repo URLs.Martin Waitz-1/+25
2006-10-03gitweb: Escape ESCAPE (\e) characterLuben Tuikov-0/+1
2006-10-02gitweb: start to generate PATH_INFO URLs.Martin Waitz-1/+21
2006-09-30Merge branch 'lt/web'Junio C Hamano-148/+175
2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov-9/+9
2006-09-28gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov-2/+2
2006-09-28gitweb: Remove redundant "commit" from historyLuben Tuikov-1/+0
2006-09-28gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov-5/+4
2006-09-28gitweb: Add snapshot to shortlogLuben Tuikov-1/+2
2006-09-28gitweb: Factor out gitweb_have_snapshot()Luben Tuikov-5/+9
2006-09-28gitweb: Remove redundant "commit" link from shortlogLuben Tuikov-1/+0
2006-09-28gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov-8/+8
2006-09-27gitweb: Add history and blame to git_difftree_body()Luben Tuikov-12/+23
2006-09-27gitweb: Remove excessively redundant entries from git_difftree_bodyLuben Tuikov-58/+34
2006-09-27Revert "gitweb: extend blame to show links to diff and previous"Luben Tuikov-17/+1
2006-09-27gitweb: Quote filename in HTTP Content-Disposition: headerJakub Narebski-8/+9
2006-09-27gitweb: Add git_url subroutine, and use it to quote full URLsJakub Narebski-1/+10
2006-09-27gitweb: Split validate_input into validate_pathname and validate_refnameJakub Narebski-16/+47
2006-09-27gitweb: Use "return" instead of "return undef" for some subsJakub Narebski-2/+2
2006-09-27gitweb: Strip trailing slashes from $path in git_get_hash_by_pathJakub Narebski-1/+1
2006-09-27gitweb: extend blame to show links to diff and previousLuben Tuikov-1/+17
2006-09-27gitweb: Decode long title for link tooltipsYasushi SHOJI-1/+1
2006-09-26gitweb: Remove redundant "tree" linkLuben Tuikov-10/+6
2006-09-25gitweb: tree view: eliminate redundant "blob"Luben Tuikov-16/+17
2006-09-24gitweb: fix over-eager application of esc_html().Petr Baudis-6/+6