From: Junio C Hamano Date: Sun, 16 Oct 2005 00:10:14 +0000 (-0700) Subject: Refuse to create funny refs in clone-pack, git-fetch and receive-pack. X-Git-Tag: v0.99.8d~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/48bc2fb0cd9ca05005c2062c3493e62e13593f55?hp=48bc2fb0cd9ca05005c2062c3493e62e13593f55 Refuse to create funny refs in clone-pack, git-fetch and receive-pack. 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 ---