pull: clarify advice for the unconfigured error case
commit995fc2f7e17fab8dd59f31f25870a0823cdb6f27
authorJan Krüger <jk@jk.gs>
Fri, 27 Nov 2009 14:17:05 +0000 (27 08:17 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2009 18:04:27 +0000 (3 10:04 -0800)
treeef66f2f04326e71b8eeddf79409046ee826a0bcc
parentce9d823b9141756b5e60aa6c62653adb08e7213b
pull: clarify advice for the unconfigured error case

When pull --rebase fails because it cannot find what branch to
merge against, the error message implies we are trying to merge.
Say "rebase against" instead of "merge with" to avoid confusion.

The configuration suggested to remedy the situation uses a
confusing syntax, with variables specified in the dotted form
accepted by 'git config' but separated from their values by the
'=' delimiter used by config files.  Since the user will have to
edit this output anyway, it is more helpful to provide a config
file snippet to paste into an editor and modify.

Signed-off-by: Jan Krüger <jk@jk.gs>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh