Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gitweb
AgeCommit message (Expand)Author
2006-08-13Merge branch 'jn/web'Junio C Hamano
2006-08-11gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski
2006-08-08gitweb: blame table row no highlight fixLuben Tuikov
2006-08-08gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov
2006-08-08gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski
2006-08-07gitweb: fix $project usageMatthias Lederhofer
2006-08-07gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer
2006-08-07gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski
2006-08-07gitweb: fix commitdiff for root commitsJakub Narebski
2006-08-07gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer
2006-08-06gitweb: Refactor untabifying - converting tabs to spacesJakub Narebski
2006-08-06gitweb: Inline $rss_linkJakub Narebski
2006-08-06gitweb: PATH_INFO=/ means no projectJakub Narebski
2006-08-06gitweb: No error messages with unescaped/unprotected user inputJakub Narebski
2006-08-06gitweb: No periods for error messagesJakub Narebski
2006-08-06gitweb: Cleanup and uniquify error messagesJakub Narebski
2006-08-06gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski
2006-08-06gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski
2006-08-06gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski
2006-08-06gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski
2006-08-05gitweb: git_tree displays blame based on repository configLuben Tuikov
2006-08-03gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano
2006-08-03gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer
2006-08-03gitweb: optionally read config from GITWEB_CONFIGJeff King
2006-08-02gitweb/README: do not bug Kay with gitweb questions anymoreJunio C Hamano
2006-08-02gitweb: use out-of-line GIT logo.Martin Waitz
2006-08-02gitweb: fill in gitweb configuration by MakefileMartin Waitz
2006-08-01gitweb: Refactoring git_project_listJakub Narebski
2006-08-01gitweb: avoid undefined value warning in print_page_pathJunio C Hamano
2006-08-01gitweb: when showing history of a tree, show tree link not blobJunio C Hamano
2006-08-01gitweb: fix use of uninitialized value.Junio C Hamano
2006-08-01gitweb: an obvious cut and paste error.Junio C Hamano
2006-08-01gitweb: There can be more than two levels of subdirectoriesJunio C Hamano
2006-08-01gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer
2006-07-31gitweb: Reordering code and dividing it into categoriesJakub Narebski
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski
2006-07-31gitweb: do not quote path for list version of open "-|"Jakub Narebski
2006-07-31gitweb: Refactor generation of shortlog, tags and heads bodyJakub Narebski
2006-07-31gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Jakub Narebski
2006-07-31gitweb: Remove characters entities entirely when shortening stringJakub Narebski
2006-07-31gitweb: Headers refactoring - use git_header_div for header divsJakub Narebski
2006-07-31gitweb: Remove $project from git_get_paging_nav argumentsJakub Narebski
2006-07-31gitweb: Pager refactoring - use git_get_paging_nav for paginationJakub Narebski
2006-07-31gitweb: Add "\n" after <br/> in git_page_navJakub Narebski
2006-07-31gitweb: Show project descriptions with utf-8 characters in project list corre...Jakub Narebski
2006-07-31gitweb: Replace form-feed character by ^LJakub Narebski
2006-07-31gitweb: Navbar refactoring - use git_page_nav to generate navigation barJakub Narebski
2006-07-31gitweb: Add git_page_nav for later useJakub Narebski
2006-07-31gitweb: Cleanup - chomp @lines in consistent styleJakub Narebski
2006-07-31gitweb: Cleanup - chomp $line in consistent styleJakub Narebski