On Fri, Dec 06, 2024 at 08:07:14PM +0000, Derrick Stolee via GitGitGadget wrote: > diff --git a/Documentation/git-backfill.txt b/Documentation/git-backfill.txt > new file mode 100644 > index 00000000000..640144187d3 > --- /dev/null > +++ b/Documentation/git-backfill.txt > @@ -0,0 +1,23 @@ > +git-backfill(1) > +=============== > + > +NAME > +---- > +git-backfill - Download missing objects in a partial clone > + > + > +SYNOPSIS > +-------- > +[verse] > +'git backfill' [<options>] Ah, one thing I forgot about: this could use the new `[synopsis]` style, which removes some need for formatting directives. Patrick