author | Alex Riesen <raa.lkml@gmail.com> | |
Tue, 8 Nov 2005 08:23:37 +0000 (09:23 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 8 Nov 2005 09:23:52 +0000 (01:23 -0800) | ||
commit | 39b4ac99686148d356f7ba3c0132eb55dfda4726 | |
tree | cc093fc05d8144c03ec16f8e56195043dd150bce | tree | snapshot |
parent | 76bca9d1a95c0fbf9e31bcb7b6a52e1d318577e7 | commit | diff |
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 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 | diff | blob | history | |
read-tree.c | diff | blob | history |