diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-10 17:56:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-10 18:30:41 -0700 |
commit | 2276aa6c098a0337bc2bec49742e332bdd1b802c (patch) | |
tree | bc43b357a46843c2efa0d1e3b4f55fe667b09824 /Makefile | |
parent | 91063bbc6c4187184e94ebc4ab2b807e6d53cd0a (diff) | |
download | git-2276aa6c098a0337bc2bec49742e332bdd1b802c.tar.gz git-2276aa6c098a0337bc2bec49742e332bdd1b802c.tar.xz |
Use Daniel's read-tree in the merge strategy 'resolve'.
And rename the one Linus kept calling stupid, 'stupid'.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,7 +74,8 @@ SCRIPT_SH = \ git-resolve.sh git-revert.sh git-sh-setup.sh git-status.sh \ git-tag.sh git-verify-tag.sh git-whatchanged.sh git.sh \ git-applymbox.sh git-applypatch.sh \ - git-merge.sh git-merge-resolve.sh git-merge-octopus.sh + git-merge.sh git-merge-stupid.sh git-merge-octopus.sh \ + git-merge-resolve.sh SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ |