]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
Do not verify filenames in a bare repository
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Jan 2007 02:09:34 +0000 (03:09 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 21 Jan 2007 03:10:26 +0000 (19:10 -0800)
commit68025633e352264898de44ec4856552d9a3abece
tree4bd49df8df371710a6709a1dbb582d54a38f38fb
parent06f6228a90c50618f0a9793c9e9695be15f93ae2
Do not verify filenames in a bare repository

For example, it makes no sense to check the presence of a file
named "HEAD" when calling "git log HEAD" in a bare repository.

Noticed by Han-Wen Nienhuys.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
cache.h
setup.c
t/t1020-subdirectory.sh