提交 e4cf17ce 编写于 作者: F Fredrik Kuivinen 提交者: Junio C Hamano

[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.

Otherwise we would regret when Fredrik comes up with another merge
algorithm with different pros-and-cons with the current one.
Signed-off-by: NFredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 f88ed172
......@@ -44,10 +44,10 @@ git-mailinfo
git-mailsplit
git-merge
git-merge-base
git-merge-fredrik
git-merge-index
git-merge-octopus
git-merge-one-file
git-merge-recursive
git-merge-resolve
git-merge-stupid
git-mktag
......
......@@ -83,7 +83,7 @@ SCRIPT_PERL = \
git-rename.perl git-shortlog.perl
SCRIPT_PYTHON = \
git-merge-fredrik.py
git-merge-recursive.py
# The ones that do not have to link with lcrypto nor lz.
SIMPLE_PROGRAMS = \
......
......@@ -12,9 +12,9 @@ usage () {
die "git-merge [-n] [-s <strategy>]... <merge-message> <head> <remote>+"
}
# all_strategies='resolve fredrik stupid octopus'
# all_strategies='resolve recursive stupid octopus'
all_strategies='fredrik octopus resolve stupid'
all_strategies='recursive octopus resolve stupid'
default_strategies='resolve octopus'
use_strategies=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册