ls-files and read-tree need core.filemode
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 8 Nov 2005 08:23:37 +0000 (09:23 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 8 Nov 2005 09:23:52 +0000 (01:23 -0800)
commit39b4ac99686148d356f7ba3c0132eb55dfda4726
treecc093fc05d8144c03ec16f8e56195043dd150bce
parent76bca9d1a95c0fbf9e31bcb7b6a52e1d318577e7
ls-files and read-tree need core.filemode

ls-files.c and read-tree.c miss the default configuration, in
particular the filemode=false part.  The recent +x bit flip made me
notice that, because git-merge refused to merge anything saying that
git-pull.sh is not up to date.

Signed-off-by: Junio C Hamano <junkio@cox.net>
ls-files.c
read-tree.c