http-push.c::lock_remote(): validate all remote refs.
commit2c46759db757eb742590e8547cb0c63e8bdb1da1
authorEygene Ryabinkin <rea-git@codelabs.ru>
Wed, 28 Feb 2007 20:12:02 +0000 (28 12:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Feb 2007 20:12:02 +0000 (28 12:12 -0800)
tree8164f8a8b9f1c93a5008eb7288ae0c41609d6697
parentcf70c16fc0661ec562b01222055b8be4bfd1a7e7
http-push.c::lock_remote(): validate all remote refs.

Starting from offset 11 might have been good back when it was
only used for updating "refs/heads/*", but it is used to update
"info/refs" and "refs/tags/*" as well.

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