author | Junio C Hamano <junkio@cox.net> | |
Fri, 13 May 2005 00:16:04 +0000 (17:16 -0700) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Fri, 13 May 2005 05:30:23 +0000 (07:30 +0200) | ||
commit | a15c1c60db9abb981754b1ba3b899f49949ae8b7 | |
tree | dad95b1eb0f312cbce8b511c715d2ca23a0e1776 | tree | snapshot |
parent | 1126b419d6835f6b8c45ccfffc0ada9b09e32d87 | commit | diff |
[PATCH 2/3] Support symlinks in git-ls-files --others.
It is kind of surprising that this was missed in the last round,
but the work tree scanner in git-ls-files was still deliberately
ignoring symlinks. This patch fixes it, so that --others will
correctly report unregistered symlinks.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
It is kind of surprising that this was missed in the last round,
but the work tree scanner in git-ls-files was still deliberately
ignoring symlinks. This patch fixes it, so that --others will
correctly report unregistered symlinks.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
cache.h | diff | blob | history | |
ls-files.c | diff | blob | history |