modernize fetch/merge/pull examples
authorClemens Buchacher <drizzd@aon.at>
Wed, 21 Oct 2009 17:21:23 +0000 (19:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2009 21:20:50 +0000 (14:20 -0700)
The "git pull" documentation has examples which follow an outdated
style. Update the examples to use "git merge" where appropriate and
move the examples to the corresponding manpages.

Furthermore,

- show that pull is equivalent to fetch and merge, which is still a
frequently asked question,

- explain the default fetch refspec.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found