author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 20 Jan 2007 02:09:34 +0000 (03:09 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 21 Jan 2007 03:10:26 +0000 (19:10 -0800) | ||
commit | 68025633e352264898de44ec4856552d9a3abece | |
tree | 4bd49df8df371710a6709a1dbb582d54a38f38fb | tree | snapshot |
parent | 06f6228a90c50618f0a9793c9e9695be15f93ae2 | commit | diff |
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>
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 | diff | blob | history | |
setup.c | diff | blob | history | |
t/t1020-subdirectory.sh | diff | blob | history |