web: Use correct result MIME types.
authorDave Borowitz <dborowitz@google.com>
Sun, 7 Aug 2011 12:10:52 +0000 (14:10 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 7 Aug 2011 12:10:52 +0000 (14:10 +0200)
commit8ca961f45ced8a37ec5439d1c58988f5d2c60e2d
tree34066c72f82fe16bfe83860e1e0c06d93eb85372
parent4414ac1fe23de3b699668c2bc7d854996e62bc61
web: Use correct result MIME types.

We inherited the incorrect type from C git, which has since fixed this
bug. The C git client doesn't actually check the MIME type, but other
clients, such as JGit, may.

For more details, see:
http://repo.or.cz/w/git.git/commitdiff/8efa5f629efb9a8af48619ee90dee02343e0f19d
http://code.google.com/p/support/issues/detail?id=5576

Change-Id: I66f94c59ef85fcc0a79c339b204cdc1798ed797c
NEWS
dulwich/tests/test_web.py
dulwich/web.py