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