Split "git-pull-script" into two parts
commit67cc5c4ef8b84961946e58bfb896c11b7fd33cc7
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 18:43:30 +0000 (5 11:43 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 18:43:30 +0000 (5 11:43 -0700)
tree7e96058970fe1fae3704bfb301bcd97fab41ad0c
parent160c8433d904340615bafd7757355618e99e20d5
Split "git-pull-script" into two parts

Separate out the merge resolve from the actual getting of the
data. Also, update the resolve phase to take advantage of the
fact that we don't need to do the commit->tree object lookup
by hand, since all the actors involved happily just act on a
commit object these days.
Makefile
git-pull-script
git-resolve-script [new file with mode: 0644]