summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 597faa0)
raw | patch | inline | side by side (parent: 597faa0)
author | Mikael Magnusson <mikachu@gmail.com> | |
Fri, 19 Sep 2008 13:43:48 +0000 (15:43 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 20 Sep 2008 05:23:14 +0000 (22:23 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt | patch | blob | history | |
git-repack.sh | patch | blob | history |
index 38ac60947bc6c4cbfc8aae70a92f9163fefed442..bbe1485a97979830f883377c2dd55c6a90eb8a09 100644 (file)
linkgit:git-pack-objects[1].
-f::
- Pass the `--no-reuse-delta` option to 'git-pack-objects'. See
+ Pass the `--no-reuse-object` option to `git-pack-objects`, see
linkgit:git-pack-objects[1].
-q::
diff --git a/git-repack.sh b/git-repack.sh
index 683960b04d6b743e687b2eb640d2b0e00ccfd313..d39eb6cea6174ac65f1cc13c98e4abeab3a90903 100755 (executable)
--- a/git-repack.sh
+++ b/git-repack.sh
a pack everything in a single pack
A same as -a, and turn unreachable objects loose
d remove redundant packs, and run git-prune-packed
-f pass --no-reuse-delta to git-pack-objects
+f pass --no-reuse-object to git-pack-objects
n do not run git-update-server-info
q,quiet be quiet
l pass --local to git-pack-objects