summaryrefslogtreecommitdiffstats
path: root/contrib/gitview (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-06gitweb: Don't undefine query parameter related variables before die_errorJakub Narebski1-16/+5
2006-08-06gitweb: Use undef for die_error to use default first (status) parameter valueJakub Narebski1-1/+1
2006-08-06gitweb: die_error first (optional) parameter is HTTP statusJakub Narebski1-2/+2
2006-08-06gitweb: Separate input validation and dispatch, add comment about opml actionJakub Narebski1-0/+2
2006-08-05gitweb: git_tree displays blame based on repository configLuben Tuikov1-3/+6
2006-08-02gitweb: do not use @@FOO@@ for replaced tokensJunio C Hamano2-18/+18
2006-08-02gitweb: require $ENV{'GITWEB_CONFIG'}Matthias Lederhofer2-1/+6
2006-08-02gitweb: optionally read config from GITWEB_CONFIGJeff King2-7/+14
2006-08-02Makefile: gitweb/gitweb.cgi is now generated.Junio C Hamano1-0/+1
2006-08-02gitweb/README: do not bug Kay with gitweb questions anymoreJunio C Hamano1-1/+5
2006-08-02gitweb: use out-of-line GIT logo.Martin Waitz4-25/+8
2006-08-02gitweb: fill in gitweb configuration by MakefileMartin Waitz3-10/+47
2006-08-01gitweb: Refactoring git_project_listJakub Narebski1-22/+35
2006-08-01gitweb: avoid undefined value warning in print_page_pathJunio C Hamano1-3/+3
2006-08-01gitweb: when showing history of a tree, show tree link not blobJunio C Hamano1-1/+1
2006-08-01gitweb: fix use of uninitialized value.Junio C Hamano1-3/+5
2006-08-01gitweb: an obvious cut and paste error.Junio C Hamano1-1/+1
2006-08-01gitweb: There can be more than two levels of subdirectoriesJunio C Hamano1-16/+8
2006-08-01gitweb: use a hash to lookup the sub for an actionMatthias Lederhofer1-56/+25
2006-07-31gitweb: Reordering code and dividing it into categoriesJakub Narebski1-776/+840
2006-07-31gitweb: Remove characters entities entirely when shortening string -- correctionJakub Narebski1-1/+1
2006-07-31gitweb: do not quote path for list version of open "-|"Jakub Narebski1-1/+1
2006-07-31gitweb: Refactor generation of shortlog, tags and heads bodyJakub Narebski2-209/+184
2006-07-31gitweb: Ref refactoring - use git_get_referencing for marking tagged/head com...Jakub Narebski1-31/+22
2006-07-31gitweb: Remove characters entities entirely when shortening stringJakub Narebski1-0/+1
2006-07-31gitweb: Headers refactoring - use git_header_div for header divsJakub Narebski1-60/+40
2006-07-31gitweb: Remove $project from git_get_paging_nav argumentsJakub Narebski1-3/+3
2006-07-31gitweb: Pager refactoring - use git_get_paging_nav for paginationJakub Narebski1-36/+32
2006-07-31gitweb: Add "\n" after <br/> in git_page_navJakub Narebski1-1/+1
2006-07-31gitweb: Show project descriptions with utf-8 characters in project list corre...Jakub Narebski1-1/+1
2006-07-31gitweb: Replace form-feed character by ^LJakub Narebski1-0/+1
2006-07-31gitweb: Navbar refactoring - use git_page_nav to generate navigation barJakub Narebski1-169/+66
2006-07-31gitweb: Add git_page_nav for later useJakub Narebski1-0/+34
2006-07-31gitweb: Cleanup - chomp @lines in consistent styleJakub Narebski1-10/+9
2006-07-31gitweb: Cleanup - chomp $line in consistent styleJakub Narebski1-2/+2
2006-07-31gitweb: More explicit error messages for open "-|"Jakub Narebski1-12/+17
2006-07-31gitweb: simplify git_get_hash_by_pathJakub Narebski1-23/+9
2006-07-31gitweb: Use list for of open for running git commands, thorougly.Jakub Narebski1-24/+27
2006-07-31gitweb: whitespace cleanupJakub Narebski1-28/+30
2006-07-31tar-tree: illustrate an obscure feature betterJohannes Schindelin1-0/+5
2006-07-31git.c: allow alias expansion without a git directoryMatthias Lederhofer1-40/+36
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer1-0/+4
2006-07-30Build on Debian GNU/kFreeBSDGerrit Pape1-0/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds35-144/+128
2006-07-29Call setup_git_directory() earlyLinus Torvalds12-22/+25
2006-07-29Display an error from update-ref if target ref name is invalid.Shawn Pearce2-0/+17
2006-07-29Fix http-fetchJohannes Schindelin1-3/+3
2006-07-28t4103: fix binary patch application test.Junio C Hamano1-2/+2
2006-07-28git-apply -R: binary patches are irreversible for now.Junio C Hamano1-0/+6
2006-07-28Teach git-apply about '-R'Johannes Schindelin2-12/+77