Skip to content

Commit 76f6e8b

Browse files
dschoGit for Windows Build Agent
authored andcommitted
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 80a679a commit 76f6e8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-backfill.adoc

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

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

0 commit comments

Comments
 (0)