Skip to content

Commit 8d11fde

Browse files
Mikachugitster
authored andcommitted
git-repack uses --no-repack-object, not --no-repack-delta.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 597faa0 commit 8d11fde

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
@@ -60,7 +60,7 @@ OPTIONS
6060
linkgit:git-pack-objects[1].
6161

6262
-f::
63-
Pass the `--no-reuse-delta` option to 'git-pack-objects'. See
63+
Pass the `--no-reuse-object` option to `git-pack-objects`, see
6464
linkgit:git-pack-objects[1].
6565

6666
-q::

git-repack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git repack [options]
1010
a pack everything in a single pack
1111
A same as -a, and turn unreachable objects loose
1212
d remove redundant packs, and run git-prune-packed
13-
f pass --no-reuse-delta to git-pack-objects
13+
f pass --no-reuse-object to git-pack-objects
1414
n do not run git-update-server-info
1515
q,quiet be quiet
1616
l pass --local to git-pack-objects

0 commit comments

Comments
 (0)