receive-pack: do not insist on fast-forward outside refs/heads/
commit562cefbdbfaeb92f91c961c67960a93a7772220c
authorJunio C Hamano <junkio@cox.net>
Mon, 4 Dec 2006 22:24:12 +0000 (4 14:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 4 Dec 2006 22:24:12 +0000 (4 14:24 -0800)
tree7377e4984f25f9b7101d5d9a7c66eb213c2527b0
parentaca085e577688108a2480b96a2f7077424a74e4d
receive-pack: do not insist on fast-forward outside refs/heads/

Especially refs/tags/ hierarchy should match what git-fetch
checks.

Signed-off-by: Junio C Hamano <junkio@cox.net>
receive-pack.c