Merge branch 'jn/gitweb'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Nov 2007 08:10:08 +0000 (01:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Nov 2007 08:10:08 +0000 (01:10 -0700)
commit2dfffd3e09b2541b1bfcc840a65eac0251832175
treec65f6dc94b1aa048e5e121ae2422c08e7c5c236e
parent33e12acafec40ac7c44629e22cf050e506bb0706
parent0e121a2cd42d28bc4034feedf8a13c5a91f85bd3
Merge branch 'jn/gitweb'

* jn/gitweb:
  gitweb: Use config file for repository description and URLs
  gitweb: Read repo config using 'git config -z -l'
  gitweb: Add tests for overriding gitweb config with repo config
  gitweb: Use href(-replay=>1, action=>...) to generate alternate views
  gitweb: Use href(-replay=>1, page=>...) to generate pagination links
  gitweb: Easier adding/changing parameters to current URL
  gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
  gitweb: Add 'status_str' to parse_difftree_raw_line output
  gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line