]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
Don't add parents to the commit list if we have already
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 02:21:28 +0000 (19:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 02:21:28 +0000 (19:21 -0700)
commit4056c09114e66ce3c2368551f0122e83628750d6
tree34933617a2e8284ffca6ab2a1b2f00d6996a58e7
parent64745109c41a5c4a66b9e3df6bca2fd4abf60d48
Don't add parents to the commit list if we have already
seen them.

Otherwise any merges will make the parent list explode.
commit.c