git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Teach "git-merge" that "stupid" merge strategy no longer exists
@ 2008-07-20 10:21 Nanako Shiraishi
  2008-07-20 12:12 ` [PATCH] Teach 'git merge' that 'recur' " Miklos Vajna
  0 siblings, 1 reply; 4+ messages in thread
From: Nanako Shiraishi @ 2008-07-20 10:21 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Next release 1.6.0 will not have "stupid" merge strategy, but
"git merge -s confused origin" still includs it in the list of
available merge strategies.

Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
---
 builtin-merge.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/builtin-merge.c b/builtin-merge.c
index 129b4e6..edc6016 100644
--- a/builtin-merge.c
+++ b/builtin-merge.c
@@ -54,7 +54,6 @@ static struct strategy all_strategy[] = {
 	{ "recursive",  DEFAULT_TWOHEAD | NO_TRIVIAL },
 	{ "octopus",    DEFAULT_OCTOPUS },
 	{ "resolve",    0 },
-	{ "stupid",     0 },
 	{ "ours",       NO_FAST_FORWARD | NO_TRIVIAL },
 	{ "subtree",    NO_FAST_FORWARD | NO_TRIVIAL },
 };
-- 
1.5.6.3

-- 
Nanako Shiraishi
http://ivory.ap.teacup.com/nanako3/

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-20 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-20 10:21 [PATCH] Teach "git-merge" that "stupid" merge strategy no longer exists Nanako Shiraishi
2008-07-20 12:12 ` [PATCH] Teach 'git merge' that 'recur' " Miklos Vajna
2008-07-20 18:33   ` Junio C Hamano
2008-07-20 18:50     ` Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).