Documentation: flesh out “git pull” description
commit3f8fc184c0e2cdc90002cf9a5c11353fe623df23
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 2 Aug 2010 21:39:30 +0000 (2 16:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2010 22:48:18 +0000 (2 15:48 -0700)
treef67fabc3e0cdb0e2194440e8b498e70f6ae2d27d
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9
Documentation: flesh out “git pull” description

The current description in the pull man page does not say much more
than that “git pull” is fetch + merge.  Though that is all a person
needs to know in the end, it would be useful to summarize a bit about
what those commands do for new readers.

Most of this description is taken from the “git merge” docs.

Now that we explain how to back out of a failed merge (reset --merge),
we can tone down the warning against that a bit.

Except, as Thomas noticed, there’s a risk with that because people
might read this version of the manpage online and then conclude that
it is safe to try a merge with uncommitted changes, only to find that
their “git reset” doesn't support --merge yet.  Or worse, verify that
their git-reset has --merge by a quick test (1b5b465 is in 1.6.2) but
then find that it does not help with backing out of a merge (e11d7b5
is only in 1.7.0!).  So keep the warning.

With clarifications from Ævar, Thomas, and Junio.

Noticed-by: Geoff Russell <geoffrey.russell@gmail.com>
Cc: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Cc: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.txt