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)
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.

No differences found