aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-repack.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-repack.adoc')
-rw-r--r--Documentation/git-repack.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-repack.adoc b/Documentation/git-repack.adoc
index e1cd75eebe..d12c4985f6 100644
--- a/Documentation/git-repack.adoc
+++ b/Documentation/git-repack.adoc
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git repack' [-a] [-A] [-d] [-f] [-F] [-l] [-n] [-q] [-b] [-m]
[--window=<n>] [--depth=<n>] [--threads=<n>] [--keep-pack=<pack-name>]
- [--write-midx] [--name-hash-version=<n>]
+ [--write-midx] [--name-hash-version=<n>] [--path-walk]
DESCRIPTION
-----------
@@ -258,6 +258,9 @@ linkgit:git-multi-pack-index[1]).
Provide this argument to the underlying `git pack-objects` process.
See linkgit:git-pack-objects[1] for full details.
+--path-walk::
+ Pass the `--path-walk` option to the underlying `git pack-objects`
+ process. See linkgit:git-pack-objects[1] for full details.
CONFIGURATION
-------------