···7 * The "list" subcommand of "git refs" acts as a front-end for
8 "git for-each-ref".
900000001011Performance, Internal Implementation, Development Support etc.
12--------------------------------------------------------------
···23 used to ignore changed-paths Bloom filter when the pathspec
24 contained wildcards; now they take advantage of the filter when
25 they can.
000000262728Fixes since v2.51
···79 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
80 (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
81 (merge 741f36c7d9 kr/clone-synopsis-fix later to maint).
00
···7 * The "list" subcommand of "git refs" acts as a front-end for
8 "git for-each-ref".
910+ * "git cmd --help-all" now works outside repositories.
11+12+ * "git diff-tree" learned "--max-depth" option.
13+14+ * A new subcommand "git repo" gives users a way to grab various
15+ repository characteristics.
16+1718Performance, Internal Implementation, Development Support etc.
19--------------------------------------------------------------
···30 used to ignore changed-paths Bloom filter when the pathspec
31 contained wildcards; now they take advantage of the filter when
32 they can.
33+34+ * Doc lint updates to encourage the newer and easier-to-use
35+ `synopsis` format, with fixes to a handful of existing uses.
36+37+ * Remove dependency on the_repository and other globals from the
38+ commit-graph code, and other changes unrelated to de-globaling.
394041Fixes since v2.51
···92 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
93 (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
94 (merge 741f36c7d9 kr/clone-synopsis-fix later to maint).
95+ (merge a60203a015 dk/t7005-editor-updates later to maint).
96+ (merge 7d4a5fef7d ds/doc-count-objects-fix later to maint).