Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Historical kernel repository size

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:40

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help