]> git.ipfire.org Git - thirdparty/git.git/commit
[PATCH] Relaxes error checking in epoch.c to allow duplicate parents
authorJon Seymour <jon.seymour@gmail.com>
Mon, 20 Jun 2005 02:29:33 +0000 (12:29 +1000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 20 Jun 2005 03:13:18 +0000 (20:13 -0700)
commitc3c1163137b0b1bbe1edf9da0421832e452c7a10
tree74cf22c1181816862fd8c57892ae13d8578eaaf9
parentd6bd56a0e2d710d17c9dc61cfc7fea1b8e3f4629
[PATCH] Relaxes error checking in epoch.c to allow duplicate parents

Given that real trees in the wild include parents with duplicate parents, I have relaxed
over-zealous error checking in epoch.c and dealt with the problem a different way - duplicate
parents are now silently ignored.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
epoch.c