aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-05 11:43:30 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-05 11:43:30 -0700
commit67cc5c4ef8b84961946e58bfb896c11b7fd33cc7 (patch)
tree7e96058970fe1fae3704bfb301bcd97fab41ad0c /Makefile
parent160c8433d904340615bafd7757355618e99e20d5 (diff)
downloadgit-67cc5c4ef8b84961946e58bfb896c11b7fd33cc7.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99b4753d34..a8d41757b0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CC=gcc
AR=ar
SCRIPTS=git-apply-patch-script git-merge-one-file-script git-prune-script \
- git-pull-script git-tag-script
+ git-pull-script git-tag-script git-resolve-script
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \