summaryrefslogtreecommitdiff
path: root/gitweb
Commit message (Expand)AuthorAgeFilesLines
* gitweb: Better support for non-CSS aware web browsersJakub Narebski2006-11-021-3/+8
* gitweb: Output also empty patches in "commitdiff" viewJakub Narebski2006-11-021-33/+26
* gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski2006-11-021-61/+92
* gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski2006-11-011-2/+2
* gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski2006-11-011-14/+22
* gitweb: esc_html() author in blameLuben Tuikov2006-11-011-1/+1
* gitweb: Add "next" link to commitdiff viewJakub Narebski2006-10-281-4/+45
* gitweb: Move git_get_last_activity subroutine earlierJakub Narebski2006-10-281-18/+18
* gitweb: Fix up bogus $stylesheet declarationsPetr Baudis2006-10-271-6/+2
* Merge branch 'maint'Junio C Hamano2006-10-271-1/+1
|\
| * gitweb: Check git base URLs before generating URL from itJakub Narebski2006-10-271-1/+1
* | gitweb: Use --no-commit-id in git_commit and git_commitdiffJakub Narebski2006-10-261-7/+4
* | Merge branch 'jc/web'Junio C Hamano2006-10-252-50/+117
|\ \
| * | gitweb: Print commit message without title in commitdiff only if there is anyJakub Narebski2006-10-241-3/+5
| * | gitweb: Filter out commit ID from @difftree in git_commit and git_commitdiffJakub Narebski2006-10-241-1/+6
| * | gitweb: Get rid of git_print_simplified_logJakub Narebski2006-10-241-11/+2
| * | gitweb: Show project's README.html if availablePetr Baudis2006-10-231-0/+8
| * | gitweb: Do not automatically append " git" to custom site namePetr Baudis2006-10-231-3/+4
| * | gitweb: Make search type a popup menuPetr Baudis2006-10-232-16/+47
| * | gitweb: Restore object-named links in item listsPetr Baudis2006-10-231-6/+22
| * | Merge branch 'master' into jc/webJunio C Hamano2006-10-233-87/+213
| |\ \
| * | | gitweb: use for-each-ref to show the latest activity across branchesJunio C Hamano2006-10-151-11/+24
* | | | Merge branch 'jc/web-blame'Junio C Hamano2006-10-251-27/+105
|\ \ \ \ | |_|/ / |/| | |
| * | | gitweb: spell "blame --porcelain" with -pJunio C Hamano2006-10-121-1/+1
| * | | gitweb: blame porcelain: lineno and orig lineno swappedLuben Tuikov2006-10-111-1/+1
| * | | gitweb: use blame --porcelainJunio C Hamano2006-10-061-21/+44
| * | | Merge branch 'jc/blame' into jc/web-blameJunio C Hamano2006-10-063-9/+25
| |\ \ \ | | |/ / | |/| |
| * | | Gitweb - provide site headers and footersAlan Chandler2006-10-041-7/+38
| * | | gitweb: blame: Mouse-over commit-8 shows author and dateLuben Tuikov2006-10-041-5/+7
| * | | gitweb: blame: print commit-8 on the leading row of a commit-blockLuben Tuikov2006-10-041-3/+9
| * | | Revert 954a6183756a073723a7c9fd8d2feb13132876b0Junio C Hamano2006-10-041-86/+13
| * | | gitweb: prepare for repositories with packed refs.Junio C Hamano2006-10-031-6/+20
| * | | gitweb: make leftmost column of blame less cluttered.Junio C Hamano2006-10-031-13/+86
* | | | Merge branch 'maint'Junio C Hamano2006-10-231-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis2006-10-231-2/+1
* | | | gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski2006-10-221-0/+24
* | | | gitweb: Improve git_print_page_pathJakub Narebski2006-10-221-8/+8
* | | | Merge branch 'maint'Junio C Hamano2006-10-221-33/+36
|\ \ \ \ | |/ / /
| * | | gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski2006-10-221-3/+6
| * | | gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski2006-10-221-30/+30
* | | | Merge branch 'mw/pathinfo'Junio C Hamano2006-10-182-20/+85
|\ \ \ \ | |/ / / |/| | |
| * | | gitweb: Fix search form when PATH_INFO is enabledPetr Baudis2006-10-111-0/+4
| * | | gitweb: Document features betterPetr Baudis2006-10-072-19/+56
| * | | gitweb: warn if feature cannot be overridden.Martin Waitz2006-10-041-0/+4
| * | | gitweb: start to generate PATH_INFO URLs.Martin Waitz2006-10-021-1/+21
* | | | gitweb: Cleanup Git logo and Git logo target generationJakub Narebski2006-10-082-8/+14
* | | | gitweb: [commit view] Do not suppress commitdiff link in root commitPetr Baudis2006-10-071-1/+1
* | | | gitweb: Handle commits with empty commit messages more reasonablyPetr Baudis2006-10-071-0/+3
* | | | gitweb: Separate (new) and (deleted) in commitdiff by a spacePetr Baudis2006-10-071-2/+2
* | | | Show snapshot link in shortlog only if have_snapshoPetr Baudis2006-10-071-2/+4