git-pull.sh: better warning message for "git pull" on detached head.
commit61e6108d94353d932d397e4be498c7e5293723eb
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 8 Apr 2009 07:24:03 +0000 (8 09:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 07:39:51 +0000 (8 00:39 -0700)
treef55fea43626c65cf5e3d041349b3602cffe646ea
parent747f9d30ed706ebd930ef888971fff5638334831
git-pull.sh: better warning message for "git pull" on detached head.

Otherwise, git complains about not finding a branch to pull from in
'branch..merge', which is hardly understandable. While we're there,
reword the sentences slightly.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh