git-merge: document but discourage the historical syntax
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 18:54:11 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2007 23:33:55 +0000 (16:33 -0700)
Historically "git merge" took its command line arguments in a
rather strange order. Document the historical syntax, and also
document clearly that it is not encouraged in new scripts.

There is no reason to deprecate the historical syntax, as the
current code can sanely tell which syntax the caller is using,
and existing scripts by people do use the historical syntax.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found