Re: [PATCH 1/5] backfill: add builtin boilerplate
From: Patrick Steinhardt <hidden>
Date: 2025-01-16 10:11:44
From: Patrick Steinhardt <hidden>
Date: 2025-01-16 10:11:44
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