]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Disable USE_SYMLINK_HEAD by default
authorPavel Roskin <proski@gnu.org>
Tue, 15 Nov 2005 05:59:50 +0000 (00:59 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 20 Jan 2006 07:14:31 +0000 (23:14 -0800)
commit2fabd217330ea6a5b5082e9e86b169e3401de889
tree9f17774c4acacec3f9ae1748887b2e7ec6df26d7
parent949964c4af740015c53cb7630fea8795e0f710a0
Disable USE_SYMLINK_HEAD by default

Disable USE_SYMLINK_HEAD by default.  Recommend using it only for
compatibility with older software.

Treat USE_SYMLINK_HEAD like other optional defines - check whether it's
defined, not its value.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
refs.c