···2121 * More code paths have a repository passed through the callchain,
2222 instead of assuming the primary the_repository object.
23232424+ * Move a few more unit tests to the clar test framework.
2525+24262527Fixes since v2.48
2628-----------------
···6971 some hosting providers take as username/password, embedded in URLs.
7072 (merge a90ff409f0 mh/doc-credential-helpers-with-pat later to maint).
71737474+ * The help text from "git $cmd -h" appear on the standard output for
7575+ some $cmd and the standard error for others. The built-in commands
7676+ have been fixed to show them on the standard output consistently.
7777+ (merge f66d1423f5 jc/show-usage-help later to maint).
7878+7979+ * The meson-driven build is now aware of "git-subtree" housed in
8080+ contrib/subtree hierarchy.
8181+ (merge 8454b42f94 ps/build-meson-subtree later to maint).
8282+8383+ * It was possible for "git unpack-objects" and "git index-pack" to
8484+ make an unaligned access, which has been corrected.
8585+ (merge 98046591b9 jk/pack-header-parse-alignment-fix later to maint).
8686+8787+ * The "cache" credential back-end did not handle authtype correctly,
8888+ which has been corrected.
8989+ (merge 0b43274850 mh/credential-cache-authtype-request-fix later to maint).
9090+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).
9797+ (merge 2d0ff147e5 jp/t8002-printf-fix later to maint).