BUG FIXES
* Read config during porcelain operations that involve remotes.
(Jelmer Vernooij, 545)
* Fix headers of empty chunks in unified diffs. (Taras Postument, 543)
* Properly follow redirects over HTTP. (Jelmer Vernooij, 117)
IMPROVEMENTS
* Add ``dulwich.porcelain.update_head``. (Jelmer Vernooij, 439)
* ``GitClient.fetch_pack`` now returns symrefs.
(Jelmer Vernooij, 485)
* The server now supports providing symrefs.
(Jelmer Vernooij, 485)
* Add ``dulwich.object_store.commit_tree_changes`` to incrementally
commit changes to a tree structure. (Jelmer Vernooij)
* Add basic ``PackBasedObjectStore.repack`` method.
(Jelmer Vernooij, Earl Chew, 296, 549, 552)