Skip to content

Commit a69183f

Browse files
derrickstoleeGit for Windows Build Agent
authored andcommitted
git-repack: update usage to match docs
This also adds the '--full-name-hash' option introduced in the previous change and adds newlines to the synopsis. Signed-off-by: Derrick Stolee <[email protected]>
1 parent ddb0596 commit a69183f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-repack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYNOPSIS
1111
[verse]
1212
'git repack' [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [-m]
1313
[--window=<n>] [--depth=<n>] [--threads=<n>] [--keep-pack=<pack-name>]
14-
[--write-midx] [--path-walk]
14+
[--write-midx] [--path-walk] [--full-name-hash]
1515

1616
DESCRIPTION
1717
-----------

builtin/repack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static char *packdir, *packtmp_name, *packtmp;
4141
static const char *const git_repack_usage[] = {
4242
N_("git repack [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [-m]\n"
4343
"[--window=<n>] [--depth=<n>] [--threads=<n>] [--keep-pack=<pack-name>]\n"
44-
"[--write-midx] [--path-walk]"),
44+
"[--write-midx] [--path-walk] [--full-name-hash]"),
4545
NULL
4646
};
4747

0 commit comments

Comments
 (0)