Thomas Gleixner <tglx@xxxxxxxxxxxxx> writes: >> [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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html