git-pull: disallow implicit merging to detached HEAD
commita74b1706c89c5e966c64316575e0b33dd21b8128
authorJeff King <peff@peff.net>
Mon, 15 Jan 2007 22:25:33 +0000 (15 17:25 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 15 Jan 2007 23:37:22 +0000 (15 15:37 -0800)
tree715fa28328a866548a5101e87537aa94a1708e61
parenta0f4280f9e5decd384fe5cc9e30414b901aeb478
git-pull: disallow implicit merging to detached HEAD

Instead, we complain to the user and suggest that they explicitly
specify the remote and branch. We depend on the exit status of
git-symbolic-ref, so let's go ahead and document that.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-symbolic-ref.txt
git-pull.sh