Have sample update hook not refuse deleting a branch through push.
authorGerrit Pape <pape@smarden.org>
Mon, 16 Apr 2007 08:31:35 +0000 (08:31 +0000)
committerJunio C Hamano <junkio@cox.net>
Mon, 16 Apr 2007 08:35:39 +0000 (01:35 -0700)
source ref might be 0000...0000 to delete a branch through git-push,
'git <remote> push :<branch>'. The update hook should not decline this.

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found