commit - 36505c678f458bb8de36e80a1cd39d3f20f1423c
commit + a99f7b82032c8b2d85b704f7a945485562863ef6
blob - 173a395a0a903ed889536cd46784cd355f46ea4c
blob + 26dcef132497d1a9766ea008c350ac388fd8d1e8
--- NEWS
+++ NEWS
As a consequence of this, Dulwich now reuses pack deltas
when communicating with remote servers, which brings a
big boost to network performance.
+ (Jelmer Vernooij)
+
+ * Add 'pack-refs' command.
+ (Dan Villiom Podlaski Christiansen)
+
+ * Handle more errors when trying to read a ref
+ (Dan Villiom Podlaski Christiansen)
+
+ * Allow for reuse of existing deltas while creating pack files
+ (Stefan Sperling)
+
+ * cli: fix argument parsing for pack-objects --stdout
+ (Stefan Sperling)
+
+ * cli: open pack-objects output files in binary mode to avoid write() error
+ (Stefan Sperling)
+
+ * Bump minimum python version to 3.7. (Jelmer Vernooij)
+
+ * honor no_proxy environment variable (#1098, afaul)
+
+ * In HTTP Git Client, allow missing Content-Type.
(Jelmer Vernooij)
+ * Fix --pure builds (Jelmer Vernooij, #1093)
+
+ * Allow passing abbrev to describe (#1084, Seppo Yli-Olli)
+
0.20.50 2022-10-30
* Add --deltify option to ``dulwich pack-objects`` which enables