summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski2006-08-101-7/+7
* | | | | | | | | | Merge branch 'lt/web'Junio C Hamano2006-08-126-1297/+1258
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gitweb: blame table row no highlight fixLuben Tuikov2006-08-072-1/+5
| * | | | | | | | | | gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov2006-08-071-7/+9
| |/ / / / / / / / /
| * | | | | | | | | gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski2006-08-071-2/+0
| * | | | | | | | | gitweb: fix $project usageMatthias Lederhofer2006-08-061-5/+12
| * | | | | | | | | gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer2006-08-061-1/+7
| * | | | | | | | | gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski2006-08-061-3/+7
| * | | | | | | | | gitweb: fix commitdiff for root commitsJakub Narebski2006-08-061-1/+1
| * | | | | | | | | gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer2006-08-061-1/+1
| * | | | | | | | | Add gitweb.cgi to .gitignoreMatthias Kestenholz2006-08-061-0/+1
| * | | | | | | | | gitweb: Refactor untabifying - converting tabs to spacesJakub Narebski2006-08-061-19/+18
| * | | | | | | | | gitweb: Inline $rss_linkJakub Narebski2006-08-061-7/+6
| * | | | | | | | | gitweb: PATH_INFO=/ means no projectJakub Narebski2006-08-061-2/+2
| * | | | | | | | | gitweb: No error messages with unescaped/unprotected user inputJakub Narebski2006-08-061-1/+1
| * | | | | | | | | gitweb: No periods for error messagesJakub Narebski2006-08-061-46/+46
| * | | | | | | | | gitweb: Cleanup and uniquify error messagesJakub Narebski2006-08-061-6/+6
| * | | | | | | | | gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski2006-08-061-16/+5
| * | | | | | | | | gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski2006-08-061-1/+1
| * | | | | | | | | gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski2006-08-061-2/+2
| * | | | | | | | | gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski2006-08-061-0/+2
| * | | | | | | | | gitweb: git_tree displays blame based on repository configLuben Tuikov2006-08-041-3/+6
| * | | | | | | | | gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano2006-08-022-18/+18
| * | | | | | | | | gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer2006-08-022-1/+6
| * | | | | | | | | gitweb: optionally read config from GITWEB_CONFIGJeff King2006-08-022-7/+14
| * | | | | | | | | Makefile: gitweb/gitweb.cgi is now generated.Junio C Hamano2006-08-011-0/+1
| * | | | | | | | | gitweb/README: do not bug Kay with gitweb questions anymoreJunio C Hamano2006-08-011-1/+5
| * | | | | | | | | gitweb: use out-of-line GIT logo.Martin Waitz2006-08-014-25/+8
| * | | | | | | | | gitweb: fill in gitweb configuration by MakefileMartin Waitz2006-08-013-10/+47
| * | | | | | | | | gitweb: Refactoring git_project_listJakub Narebski2006-07-311-22/+35
| * | | | | | | | | gitweb: avoid undefined value warning in print_page_pathJunio C Hamano2006-07-311-3/+3
| * | | | | | | | | gitweb: when showing history of a tree, show tree link not blobJunio C Hamano2006-07-311-1/+1
| * | | | | | | | | gitweb: fix use of uninitialized value.Junio C Hamano2006-07-311-3/+5
| * | | | | | | | | gitweb: an obvious cut and paste error.Junio C Hamano2006-07-311-1/+1
| * | | | | | | | | gitweb: There can be more than two levels of subdirectoriesJunio C Hamano2006-07-311-16/+8
| * | | | | | | | | gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer2006-07-311-56/+25
| * | | | | | | | | gitweb: Reordering code and dividing it into categoriesJakub Narebski2006-07-311-776/+840
| * | | | | | | | | gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski2006-07-311-1/+1
| * | | | | | | | | gitweb: do not quote path for list version of open "-|"Jakub Narebski2006-07-311-1/+1
| * | | | | | | | | gitweb: Refactor generation of shortlog, tags and heads bodyJakub Narebski2006-07-312-209/+184
| * | | | | | | | | gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Jakub Narebski2006-07-301-31/+22
| * | | | | | | | | gitweb: Remove characters entities entirely when shortening stringJakub Narebski2006-07-301-0/+1
| * | | | | | | | | gitweb: Headers refactoring - use git_header_div for header divsJakub Narebski2006-07-301-60/+40
| * | | | | | | | | gitweb: Remove $project from git_get_paging_nav argumentsJakub Narebski2006-07-301-3/+3
| * | | | | | | | | gitweb: Pager refactoring - use git_get_paging_nav for paginationJakub Narebski2006-07-301-36/+32
| * | | | | | | | | gitweb: Add "\n" after <br/> in git_page_navJakub Narebski2006-07-301-1/+1
| * | | | | | | | | gitweb: Show project descriptions with utf-8 characters in project list corre...Jakub Narebski2006-07-301-1/+1
| * | | | | | | | | gitweb: Replace form-feed character by ^LJakub Narebski2006-07-301-0/+1
| * | | | | | | | | gitweb: Navbar refactoring - use git_page_nav to generate navigation barJakub Narebski2006-07-301-169/+66
| * | | | | | | | | gitweb: Add git_page_nav for later useJakub Narebski2006-07-301-0/+34