Make 'fsck' able to take an arbitrary number of parents on the
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Apr 2005 23:42:09 +0000 (16:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 13 Apr 2005 23:42:09 +0000 (16:42 -0700)
commitbcee6fd8e7164aa7a4170f109af8347d88f0175e
tree747fe6bdc82aff5407221eff645656932c66ae63
parent2845dbe4a451b20f963f872c3914b9184142ff3f
Make 'fsck' able to take an arbitrary number of parents on the
command line.

"arbitrary" is a bit wrong, since it is limited by the argument
size limit (128kB or so), but let's see if anybody ever cares.
Arguably you should prune your tree before you have a few thousand
dangling heads in your archive.

We can fix it by passing in a file listing if we ever care.
fsck-cache.c