]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
[PATCH 2/3] Support symlinks in git-ls-files --others.
authorJunio C Hamano <junkio@cox.net>
Fri, 13 May 2005 00:16:04 +0000 (17:16 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Fri, 13 May 2005 05:30:23 +0000 (07:30 +0200)
commita15c1c60db9abb981754b1ba3b899f49949ae8b7
treedad95b1eb0f312cbce8b511c715d2ca23a0e1776
parent1126b419d6835f6b8c45ccfffc0ada9b09e32d87
[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>
cache.h
ls-files.c