Fix refname termination.
authorJunio C Hamano <junkio@cox.net>
Fri, 5 Aug 2005 23:50:54 +0000 (16:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 5 Aug 2005 23:50:54 +0000 (16:50 -0700)
commit4fa1604f10c4878ae2cfbe4b9419a67d6306bb5d
treec3c99db4807d90933cff99b3f1fb74dc72d63d25
parentb32e986cd7a2b3ab4227d63657ef439786a82024
Fix refname termination.

When a new ref is being pushed, the name of it was not
terminated properly.

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