commit | 60646e9a7170750093599fc52ad56453fc516185 | [log] [tgz] |
---|---|---|
author | Jon Seymour <jon.seymour@gmail.com> | Wed Jun 22 01:58:46 2005 +1000 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 22 17:54:44 2005 -0700 |
tree | 72330cc49cb47982e6339822ac24823bacc2f049 | |
parent | bac15c454ecc8ee0824451ffdd5406150714c432 [diff] |
[PATCH] Fix --merge-order unit test breaks introduced by 6c88be169881c9223532796bd225e79afaa115e1 The sensible cleanup of the in-memory storage order of commit parents broke the --merge-order code which was dependent on the previous behaviour of parse_commit(). This patch restores the correctness --merge-order behaviour by taking account of the new behaviour of parse_commit. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>