- * The error message emitted when we see an empty loose object was
- not phrased correctly.
- (merge 33e42de mm/empty-loose-error-message later to maint).
+ * When you have both .../foo and .../foo.git, "git clone .../foo" did not
+ favor the former but the latter.
+ (merge b3256eb jk/git-dir-lookup later to maint).
+
+ * Some systems need to explicitly link -lcharset to get locale_charset().
+ (merge b522528 dp/i18n-libcharset later to maint).
+
+ * The output from "git diff --stat" for two paths that have the same
+ amount of changes showed graph bars of different length due to the
+ way we handled rounding errors.
+ (merge 2eeeef2 jc/diff-stat-scaler later to maint).