@@ -76,9 +76,21 @@ Foreign interfaces, subsystems and ports.
76
76
* git-remote-mw (in contrib/) hints users to check the certificate,
77
77
when https:// connection failed.
78
78
79
+ * git-remote-mw (in contrib/) adds a command to allow previewing the
80
+ contents locally before pushing it out, when working with a
81
+ MediaWiki remote.
82
+
79
83
80
84
UI, Workflows & Features
81
85
86
+ * "git cat-file --batch-check=<format>" is added, primarily to allow
87
+ on-disk footprint of objects in packfiles (often they are a lot
88
+ smaller than their true size, when expressed as deltas) to be
89
+ reported.
90
+
91
+ * "git rebase [-i]" used to leave just "rebase" as its reflog messages
92
+ for some operations. They have been reworded to be more informative.
93
+
82
94
* In addition to the choice from "rebase, merge, or checkout-detach",
83
95
"submodule update" can allow a custom command to be used in to
84
96
update the working tree of submodules via the "submodule.*.update"
@@ -268,6 +280,10 @@ Unless otherwise noted, all the fixes since v1.8.3 in the maintenance
268
280
track are contained in this release (see release notes to them for
269
281
details).
270
282
283
+ * Logic to auto-detect character encodings in the commit log message
284
+ did not reject overlong and invalid UTF-8 characters.
285
+ (merge 81050ac bc/commit-invalid-utf8 later to maint).
286
+
271
287
* Pass port number as a separate argument when "send-email" initializes
272
288
Net::SMTP, instead of as a part of the hostname, i.e. host:port.
273
289
This allows GSSAPI codepath to match with the hostname given.
0 commit comments