Skip to content

Commit a86d017

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 2264e15 commit a86d017

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
@@ -25,7 +25,7 @@
2525
#include "path-walk.h"
2626

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

0 commit comments

Comments
 (0)