Skip to content

Commit 3793d09

Browse files
committed
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 <[email protected]>
1 parent d95811c commit 3793d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-backfill.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-backfill - Download missing objects in a partial clone
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git backfill' [--batch-size=<n>] [--[no-]sparse]
12+
(EXPERIMENTAL) 'git backfill' [--batch-size=<n>] [--[no-]sparse]
1313

1414
DESCRIPTION
1515
-----------

builtin/backfill.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "path-walk.h"
2424

2525
static const char * const builtin_backfill_usage[] = {
26-
N_("git backfill [--batch-size=<n>] [--[no-]sparse]"),
26+
N_("(EXPERIMENTAL) git backfill [--batch-size=<n>] [--[no-]sparse]"),
2727
NULL
2828
};
2929

0 commit comments

Comments
 (0)