On 8/17/2022 10:23 PM, Junio C Hamano wrote: > * ds/bundle-uri-clone (2022-08-10) 5 commits > - clone: --bundle-uri cannot be combined with --depth > - bundle-uri: add support for http(s):// and file:// > - clone: add --bundle-uri option > - bundle-uri: create basic file-copy logic > - remote-curl: add 'get' capability > > Implement "git clone --bundle-uri". > source: <pull.1300.v3.git.1660050703.gitgitgadget@xxxxxxxxx> This series has been stable for a while. Please consider merging it to 'next' when you are ready. I have part 3 ready to go when this is merged. It will cover the parsing of bundle lists through the existing 'git clone --bundle-uri' option. > * ds/decorate-filter-tweak (2022-08-05) 11 commits > - fetch: use ref_namespaces during prefetch > - maintenance: stop writing log.excludeDecoration > - log: create log.initialDecorationSet=all > - log: add --clear-decorations option > - log: add default decoration filter > - log-tree: use ref_namespaces instead of if/else-if > - refs: use ref_namespaces for replace refs base > - refs: add array of ref namespaces > - t4207: test coloring of grafted decorations > - t4207: modernize test > - refs: allow "HEAD" as decoration filter > > The namespaces used by "log --decorate" from "refs/" hierarchy by > default has been tightened. > > Will merge to 'next'? > source: <pull.1301.v3.git.1659722323.gitgitgadget@xxxxxxxxx> This has been stable for a few What's Cooking mails. Should be ready to go. Thanks, -Stolee