Re: git fsck not identifying corrupted packs
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:47:35
Johannes Schindelin [off-list ref] writes:
Hi, On Tue, 20 Oct 2009, Alex Riesen wrote:quoted
On Tue, Oct 20, 2009 at 08:45, Junio C Hamano [off-list ref] wrote:quoted
Matthieu Moy [off-list ref] writes:quoted
quoted
It probably is also a good idea to add a "--loose" option that does what "fsck" currently does without "--full". It is a good name--no-full worksIt works. Technically. For human users, though, --loose-objects-only (with a shortcut "--loose") would be better.
OTOH, the advantage of "--no-full" is that it's compatible with existing Git versions. If I learn Git 1.6.6 with --no-full, and use it in a script, then my stript works also with older Gits. But anyway, I think very few people are actually interested in "git --no-full" (or call it whatever you like), so I don't think this is very important. -- Matthieu Moy http://www-verimag.imag.fr/~moy/