Thomas Gleixner [off-list ref] writes:
quoted
[tglx@hera history.git]$ git --version
git version 1.4.2.1
I know I'm stupid
"git-repack --window=50 --depth=50 -a -f" works
"git-repack -a -f --window=50 --depth=50" does not
Intuitive user interfaces are my favorite pitfalls.
Whaaaat?
I've run them under "sh -x" and both results in a pipe of:
git-rev-list --objects --all |
git-pack-objects --non-empty --no-reuse-delta --window=50 --depth=50 \
.git/.tmp-<somepid>-pack
Now you are making me really worried.