author | Jeff King <peff@peff.net> | |
Mon, 15 Jan 2007 22:25:33 +0000 (17:25 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 15 Jan 2007 23:37:22 +0000 (15:37 -0800) | ||
commit | a74b1706c89c5e966c64316575e0b33dd21b8128 | |
tree | 715fa28328a866548a5101e87537aa94a1708e61 | tree | snapshot |
parent | a0f4280f9e5decd384fe5cc9e30414b901aeb478 | commit | diff |
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>
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 | diff | blob | history | |
git-pull.sh | diff | blob | history |