From: Linus Torvalds Date: Wed, 13 Apr 2005 23:42:09 +0000 (-0700) Subject: Make 'fsck' able to take an arbitrary number of parents on the X-Git-Tag: v0.99~886 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bcee6fd8e7164aa7a4170f109af8347d88f0175e?ds=inline;hp=bcee6fd8e7164aa7a4170f109af8347d88f0175e 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. ---