man: git pull -r is a short for --rebase
authorMiklos Vajna <vmiklos@suse.cz>
Thu, 16 Aug 2012 09:50:18 +0000 (11:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Aug 2012 07:26:52 +0000 (00:26 -0700)
Letting the "--rebase" option squat on the short-and-sweet single
letter option "-r" was an unintended accident and was not even
documented, but the short option seems to be already used in the
wild. Let's document it so that other options that begin with "r"
would not be tempted to steal it.

Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found