rebase docs: clarify --merge and --strategy
authorThomas Rast <trast@student.ethz.ch>
Sun, 15 Nov 2009 18:25:31 +0000 (19:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Nov 2009 06:10:34 +0000 (22:10 -0800)
Add a paragraph about the swapped sides in a --merge rebase, which was
otherwise only documented in the sources.

Add a paragraph about the effects of the 'ours' strategy to the -s
description. Also remove the mention of the 'octopus' strategy, which
was copied from the git-merge description but is pointless in a
rebase.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found