Skip to content

Commit

Permalink
backfill: mark it as experimental
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho committed Oct 3, 2024
1 parent bff91f1 commit 192f63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-backfill.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down
2 changes: 1 addition & 1 deletion builtin/backfill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 192f63e

Please sign in to comment.