diff options
author | Fredrik Kuivinen <freku045@student.liu.se> | 2005-09-13 08:22:26 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-13 00:20:54 -0700 |
commit | e4cf17ce0db2dab7c9525a732f86c5e3df3b4ed0 (patch) | |
tree | e311046e26ff830a2232067e6ad00ba06db95e2d /Makefile | |
parent | f88ed172e7a391bd907798ad2a3347a83cd24317 (diff) | |
download | git-e4cf17ce0db2dab7c9525a732f86c5e3df3b4ed0.tar.gz git-e4cf17ce0db2dab7c9525a732f86c5e3df3b4ed0.tar.xz |
[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: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = \ |