Refuse to create funny refs in clone-pack, git-fetch and receive-pack.
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 00:10:14 +0000 (17:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 00:10:14 +0000 (17:10 -0700)
Using git-check-ref-format, make sure we do not create refs with
funny names when cloning from elsewhere (clone-pack), fast forwarding
local heads (git-fetch), or somebody pushes into us (receive-pack).

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found