summaryrefslogtreecommitdiffstats
path: root/gitweb
AgeCommit message (Expand)AuthorLines
2007-05-18gitweb: Fix "Use of uninitialized value" warning in git_feedJakub Narebski-1/+2
2007-05-18gitweb: Remove redundant $searchtype setupPetr Baudis-7/+0
2007-05-17gitweb: Allow arbitrary strings to be dug with pickaxePetr Baudis-2/+4
2007-05-17gitweb: Add support for grep searchesPetr Baudis-2/+125
2007-05-17gitweb: Normalize searchbar font sizePetr Baudis-1/+2
2007-05-17gitweb: Fix error in git_patchset_body for deletion in merge commitJakub Narebski-1/+2
2007-05-16gitweb: fix another use of undefined valueJunio C Hamano-1/+3
2007-05-16gitweb: Empty patch for merge means trivial merge, not no differencesJakub Narebski-1/+8
2007-05-16gitweb: Separate search regexp from search textJakub Narebski-3/+4
2007-05-16gitweb: Do not use absolute font sizesJakub Narebski-0/+1
2007-05-14Merge branch 'maint'Junio C Hamano-1/+5
2007-05-14gitweb: Add a few comments about %feature hashJakub Narebski-1/+5
2007-05-13gitweb: Fix "Use of unitialized value" warnings in empty repositoryJakub Narebski-11/+19
2007-05-13gitweb: Check if requested object existsJakub Narebski-1/+15
2007-05-12gitweb: Test if $from_id and $to_id are defined before comparisonJakub Narebski-1/+2
2007-05-10gitweb: Do not use absolute font sizesPetr Baudis-10/+9
2007-05-10gitweb: choose appropriate view for file type if a= parameter missingGerrit Pape-4/+10
2007-05-07gitweb: Show combined diff for merge commits in 'commit' viewJakub Narebski-12/+8
2007-05-07gitweb: Show combined diff for merge commits in 'commitdiff' viewJakub Narebski-5/+7
2007-05-07gitweb: Make it possible to use pre-parsed info in git_difftree_bodyJakub Narebski-66/+73
2007-05-07gitweb: Add combined diff support to git_patchset_bodyJakub Narebski-40/+181
2007-05-07gitweb: Add combined diff support to git_difftree_bodyJakub Narebski-2/+136
2007-05-07gitweb: Add parsing of raw combined diff format to parse_difftree_raw_lineJakub Narebski-0/+11
2007-05-03Merge branch 'maint'Junio C Hamano-16/+10
2007-05-03gitweb: use decode_utf8 directlyIsmail Dönmez-16/+10
2007-04-22gitweb: Show "no difference" message for empty diffv1.5.2-rc0Martin Koegler-0/+7
2007-04-10gitweb: Allow configuring the default projects order and add order 'none'Frank Lichtenheld-4/+7
2007-04-10gitweb: Allow forks with project list fileFrank Lichtenheld-7/+27
2007-04-05Merge branch 'maint'Junio C Hamano-2/+4
2007-04-05gitweb: Fix bug in "blobdiff" view for split (e.g. file to symlink) patchesJakub Narebski-2/+4
2007-04-04gitweb: Quote hash keys, and do not use barewords keysJakub Narebski-8/+8
2007-04-04gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (3)Jakub Narebski-24/+24
2007-03-31gitweb: Support comparing blobs (files) with different namesJakub Narebski-2/+2
2007-03-27gitweb: Cleanup and uniquify die_error callsJakub Narebski-3/+3
2007-03-25gitweb: Add example of config file and how to generate projects list to gitwe...Jakub Narebski-2/+43
2007-03-24gitweb: Add some installation notes in gitweb/INSTALLJakub Narebski-0/+184
2007-03-24gitweb: Fix not marking signoff lines in "log" viewJakub Narebski-1/+1
2007-03-24gitweb: Don't escape attributes in CGI.pm HTML methodsJakub Narebski-3/+3
2007-03-24gitweb: Change to use explicitly function call cgi->escapHTML()Li Yang-2/+2
2007-03-23gitweb: Fix "next" link in commit viewJakub Narebski-1/+1
2007-02-06gitweb: fix mismatched parenthesisJunio C Hamano-1/+1
2007-02-05gitweb: Convert project name to UTF-8Yasushi SHOJI-3/+3
2007-02-03Assorted typo fixesPavel Roskin-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince-1/+1
2007-01-09gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski-3/+4
2007-01-07gitweb: Remove superfluous "|" in "commit" viewJakub Narebski-1/+1
2007-01-06gitweb: Fix split patches output (e.g. file to symlink)Jakub Narebski-2/+2
2007-01-06Revert "gitweb: There can be empty patches (in git_patchset_body)"Jakub Narebski-1/+1
2007-01-06gitweb: Fix errors in git_patchset_body for empty patchesJakub Narebski-1/+3
2007-01-06gitweb: Fix error in "rename to"/"copy to" git diff header outputJakub Narebski-3/+3