One more time.. Clean up git-merge-one-file-script
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 9 Jun 2005 00:56:09 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 9 Jun 2005 00:56:09 +0000 (17:56 -0700)
This uses git-checkout-file to make sure that the full pathname is
created, instead of the script having to verify it by hand. Also,
simplify the 3-way merge case by just writing to the right file and
setting the initial index contents early.

No differences found