@@ -21,6 +21,8 @@ Performance, Internal Implementation, Development Support etc.
2121 * More code paths have a repository passed through the callchain,
2222 instead of assuming the primary the_repository object.
2323
24+ * Move a few more unit tests to the clar test framework.
25+
2426
2527Fixes since v2.48
2628-----------------
@@ -69,9 +71,27 @@ Fixes since v2.48
6971 some hosting providers take as username/password, embedded in URLs.
7072 (merge a90ff409f0 mh/doc-credential-helpers-with-pat later to maint).
7173
74+ * The help text from "git $cmd -h" appear on the standard output for
75+ some $cmd and the standard error for others. The built-in commands
76+ have been fixed to show them on the standard output consistently.
77+ (merge f66d1423f5 jc/show-usage-help later to maint).
78+
79+ * The meson-driven build is now aware of "git-subtree" housed in
80+ contrib/subtree hierarchy.
81+ (merge 8454b42f94 ps/build-meson-subtree later to maint).
82+
83+ * It was possible for "git unpack-objects" and "git index-pack" to
84+ make an unaligned access, which has been corrected.
85+ (merge 98046591b9 jk/pack-header-parse-alignment-fix later to maint).
86+
87+ * The "cache" credential back-end did not handle authtype correctly,
88+ which has been corrected.
89+ (merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint).
90+
7291 * Other code cleanup, docfix, build fix, etc.
7392 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
7493 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
7594 (merge 6a63995335 mh/gitattr-doc-markup-fix later to maint).
7695 (merge 43850dcf9c sk/unit-test-hash later to maint).
7796 (merge 4ad47d2de3 jc/cli-doc-option-and-config later to maint).
97+ (merge 2d0ff147e5 jp/t8002-printf-fix later to maint).
0 commit comments