author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 13 Apr 2005 23:42:09 +0000 (16:42 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 13 Apr 2005 23:42:09 +0000 (16:42 -0700) | ||
commit | bcee6fd8e7164aa7a4170f109af8347d88f0175e | |
tree | 747fe6bdc82aff5407221eff645656932c66ae63 | tree | snapshot |
parent | 2845dbe4a451b20f963f872c3914b9184142ff3f | commit | diff |
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.
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 | diff | blob | history |