···77 * The "list" subcommand of "git refs" acts as a front-end for
88 "git for-each-ref".
991010+ * "git cmd --help-all" now works outside repositories.
1111+1212+ * "git diff-tree" learned "--max-depth" option.
1313+1414+ * A new subcommand "git repo" gives users a way to grab various
1515+ repository characteristics.
1616+10171118Performance, Internal Implementation, Development Support etc.
1219--------------------------------------------------------------
···2330 used to ignore changed-paths Bloom filter when the pathspec
2431 contained wildcards; now they take advantage of the filter when
2532 they can.
3333+3434+ * Doc lint updates to encourage the newer and easier-to-use
3535+ `synopsis` format, with fixes to a handful of existing uses.
3636+3737+ * Remove dependency on the_repository and other globals from the
3838+ commit-graph code, and other changes unrelated to de-globaling.
263927402841Fixes since v2.51
···7992 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
8093 (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
8194 (merge 741f36c7d9 kr/clone-synopsis-fix later to maint).
9595+ (merge a60203a015 dk/t7005-editor-updates later to maint).
9696+ (merge 7d4a5fef7d ds/doc-count-objects-fix later to maint).