We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597faa0 commit 8d11fdeCopy full SHA for 8d11fde
Documentation/git-repack.txt
@@ -60,7 +60,7 @@ OPTIONS
60
linkgit:git-pack-objects[1].
61
62
-f::
63
- Pass the `--no-reuse-delta` option to 'git-pack-objects'. See
+ Pass the `--no-reuse-object` option to `git-pack-objects`, see
64
65
66
-q::
git-repack.sh
@@ -10,7 +10,7 @@ git repack [options]
10
a pack everything in a single pack
11
A same as -a, and turn unreachable objects loose
12
d remove redundant packs, and run git-prune-packed
13
-f pass --no-reuse-delta to git-pack-objects
+f pass --no-reuse-object to git-pack-objects
14
n do not run git-update-server-info
15
q,quiet be quiet
16
l pass --local to git-pack-objects
0 commit comments