author | Junio C Hamano <gitster@pobox.com> | |
Mon, 4 Aug 2008 07:52:37 +0000 (00:52 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 5 Aug 2008 06:31:23 +0000 (23:31 -0700) | ||
commit | 725b06050a083474e240a2436121e0a80bb9f175 | |
tree | 3831874f7cce9b6307bcf3816525f66973878eba | tree | snapshot |
parent | 806d13b1ccdbdde4bbdfb96902791c4b7ed125f6 | commit | diff |
add: refuse to add working tree items beyond symlinks
This is the same fix for the issue of adding "sym/path" when "sym" is a
symblic link that points at a directory "dir" with "path" in it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is the same fix for the issue of adding "sym/path" when "sym" is a
symblic link that points at a directory "dir" with "path" in it.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-add.c | diff | blob | history | |
dir.c | diff | blob | history | |
t/t0055-beyond-symlinks.sh | diff | blob | history |