backfill: mark it as experimental

This is a highly useful command, and we want it to get some testing "in
the wild". However, the patches have not yet been reviewed on the Git
mailing list, and are therefore subject to change. By marking the
command as experimental, users will be warned to pay attention to those
changes.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2024-09-26 02:51:06 +02:00
parent ccec549a8e
commit bb0476a282
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ git-backfill - Download missing objects in a partial clone
SYNOPSIS
--------
[verse]
'git backfill' [--batch-size=<n>] [--[no-]sparse]
(EXPERIMENTAL) 'git backfill' [--batch-size=<n>] [--[no-]sparse]
DESCRIPTION
-----------

View File

@ -25,7 +25,7 @@
#include "path-walk.h"
static const char * const builtin_backfill_usage[] = {
N_("git backfill [--batch-size=<n>] [--[no-]sparse]"),
N_("(EXPERIMENTAL) git backfill [--batch-size=<n>] [--[no-]sparse]"),
NULL
};