|
@@ -10,6 +10,32 @@
|
|
|
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
|