]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
core.prefersymlinkrefs: use symlinks for .git/HEAD
authorJunio C Hamano <junkio@cox.net>
Tue, 2 May 2006 07:40:24 +0000 (00:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 3 May 2006 03:09:56 +0000 (20:09 -0700)
commit9f0bb90d161edf8c43f5261d12bf83f14eb02ff4
tree5c97ff538c0b92d94520336bad695b1b62821a2a
parent3d990f110c2e5b8df83f6ab3ef83497f43c7fd47
core.prefersymlinkrefs: use symlinks for .git/HEAD

When inspecting a project whose build infrastructure used to
assume that .git/HEAD is a symlink ref, core.prefersymlinkrefs
in the config file of such a project would help to bisect its
history.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Makefile
cache.h
config.c
environment.c
refs.c