author | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 00:10:14 +0000 (17:10 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 00:10:14 +0000 (17:10 -0700) | ||
commit | 48bc2fb0cd9ca05005c2062c3493e62e13593f55 | |
tree | 2c0bccb31f8215ae4b49f3b667e300e824792e0e | tree | snapshot |
parent | 652d5dc6c0aef842eafcd9d2f73a4836d20734e2 | commit | diff |
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 <junkio@cox.net>
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>
clone-pack.c | diff | blob | history | |
git-parse-remote.sh | diff | blob | history | |
receive-pack.c | diff | blob | history |